Shell-tools: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
git clone git@github.com:NovaOrdis/shell-tools.git | git clone git@github.com:NovaOrdis/shell-tools.git | ||
</pre> | </pre> | ||
# shell-tools | |||
A collection of ready-to-use command line tools. Includes searchjar, setw/cdw, etc. Can be used both on | |||
Linux and Cygwin systems. | |||
## Tools | |||
* cdw | |||
* searchjar | |||
## Installation | |||
cd ~/bin | |||
git clone git@github.com:NovaOrdis/shell-tools.git | |||
Alternatively, read only access is available for an arbitrary Git account: | |||
git clone https://<git-account>@github.com/NovaOrdis/shell-tools.git | |||
Then edit ~/.bashrc as follows: | |||
... | |||
alias cdw='. cdwi' | |||
export PATH=~/bin/shell-tools:${PATH} |
Revision as of 00:40, 26 February 2016
Internal
Overview
A collection of ready-to-use command line tools. Includes searchjar, setw/cdw, etc. Can be used both on Linux and Cygwin systems.
GitHub
To clone:
git clone git@github.com:NovaOrdis/shell-tools.git
- shell-tools
A collection of ready-to-use command line tools. Includes searchjar, setw/cdw, etc. Can be used both on Linux and Cygwin systems.
- Tools
- cdw
- searchjar
- Installation
cd ~/bin git clone git@github.com:NovaOrdis/shell-tools.git
Alternatively, read only access is available for an arbitrary Git account:
git clone https://<git-account>@github.com/NovaOrdis/shell-tools.git
Then edit ~/.bashrc as follows:
...
alias cdw='. cdwi' export PATH=~/bin/shell-tools:${PATH}