Shell-tools: Difference between revisions
Jump to navigation
Jump to search
(→GitHub) |
|||
Line 53: | Line 53: | ||
alias cdw='. cdwi' | alias cdw='. cdwi' | ||
export PATH=~/bin/shell-tools:${PATH} | export PATH=~/bin/shell-tools:${PATH} | ||
</pre> | </pre> | ||
=TODO= | =TODO= | ||
{{Internal|shell-tools TODO|shell-tools TODO}} | {{Internal|shell-tools TODO|shell-tools TODO}} |
Revision as of 18:54, 18 April 2017
Internal
Overview
A collection of ready-to-use command line tools. Includes searchjar, setw/cdw, lims, etc. Can be used both on Linux and Cygwin systems.
std.shlib
TODO
On 04/04/16 a standalone std.shlib project was created. At that time, em contained its own version of std.shlib. Must migrate em to use the separated one. See std.shlib.
GitHub
To clone:
git clone git@github.com:NovaOrdis/shell-tools.git
Tools
- cdw/getw
- searchjar
- rename-intellij
- lims
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}