-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,35 @@ | ||
# plug | ||
# plug ๐ | ||
|
||
**unleash efficiency!** | ||
**Unleash efficiency!** | ||
|
||
plug is a collection of simple bash scripts to accelerate day-to-day tasks or | ||
cli-based workflows | ||
A collection of simple bash scripts to accelerate day-to-day tasks or CLI-based workflows. | ||
|
||
## getting started | ||
## Steps ๐๏ธ | ||
|
||
to get started with plug, follow these simple steps: | ||
To get started with Plug, follow these simple steps: | ||
|
||
1. clone the plug repository: | ||
1. Clone the Plug repository: | ||
```bash | ||
git clone https://github.com/8hantanu/plug.git | ||
``` | ||
2. set environment variable `PLUG_PATH` to the plug dir and add to path | ||
2. Set environment variable `PLUG_PATH` to the Plug directory and add to path: | ||
```bash | ||
export PLUG_PATH=<path/to/plug> | ||
export PATH="$PLUG_PATH:$PATH" | ||
``` | ||
3. ??? | ||
4. profit | ||
4. Profit! | ||
|
||
## package includes | ||
## Includes ๐ฆ | ||
|
||
* `cmdr` - manage, search and execute your commands | ||
* `hexd` - convert hexadecimal to decimal and back | ||
* `knot` - notify task completion for sequential multi-tasking | ||
* ๐จ `cmdr` - Manage, search, and execute your commands | ||
* ๐ฎ `hexd` - Convert hexadecimal to decimal and back | ||
* ๐งต `knot` - Notify task completion for sequential multitasking | ||
|
||
## feedback | ||
## Feedback ๐ | ||
|
||
any ideas, suggestions, or feedback regarding plug, please feel free to open an | ||
issue on the repository | ||
Any ideas, suggestions, or feedback regarding plug, please feel free to open an issue on the repository. | ||
|
||
## license | ||
|
||
plug is open-source software licensed under the [mit | ||
license](https://opensource.org/licenses/mit) | ||
## License ๐ | ||
|
||
plug is open-source software licensed under the [MIT License](https://opensource.org/licenses/MIT). |