Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mark-mxwl/power-up
Productivity power-up ⚡
https://github.com/mark-mxwl/power-up
bash productivity-booster shell-script terminal-based zsh
Last synced: 3 months ago
JSON representation
Productivity power-up ⚡
- Host: GitHub
- URL: https://github.com/mark-mxwl/power-up
- Owner: mark-mxwl
- License: mit
- Created: 2024-08-15T18:25:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T16:34:08.000Z (5 months ago)
- Last Synced: 2024-09-29T07:23:30.145Z (3 months ago)
- Topics: bash, productivity-booster, shell-script, terminal-based, zsh
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Power-Up ⚡
This simple Bash script boosts your power-up time by eliminating endless/keystrokes/to/the/directory/you/want, as well as the extra command (or click) to open your IDE. Let's save our finger strength for the coding, shall we?
### Getting Started
Place this script inside your home directory--typically `/c/Users/` for Windows and MacOS users--or whichever root directory you've designated for your terminal. Open the script in any text editor and replace the value of `base_path` with your project's parent directory, ie. `~/Documents/Cool_Dude/Dev_Stuff`. You can also replace the `code .` (default for VS Code) command with your IDE of choice.Once that's sorted, activate your project and IDE via a single, speedy command:
```
$ . power-up.sh ""
```If there are other apps you'd like to open alongside your IDE, they can be added to the last line(s) of the `power` function.
> [!NOTE]
> Make sure you're in your home/root directory before running the script. If you've just opened your terminal, you're all good. If you're not sure where the hell you are, go home: `cd ~`> [!IMPORTANT]
> This script is only compatible with Bash/Zsh shells. If you'd like to use it with PowerShell or Command Prompt, tweak at your own peril.