Shell-tools: Difference between revisions
Jump to navigation
Jump to search
(→Tools) |
No edit summary |
||
Line 6: | Line 6: | ||
A collection of ready-to-use command line tools. Includes <tt>searchjar</tt>, <tt>setw</tt>/<tt>cdw</tt>, etc. Can be used both on Linux and Cygwin systems. | A collection of ready-to-use command line tools. Includes <tt>searchjar</tt>, <tt>setw</tt>/<tt>cdw</tt>, etc. Can be used both on Linux and Cygwin systems. | ||
=std.shlib= | |||
<font color=red> | |||
<tt>shell-tools</tt> contain a version of <tt>std.shlib</tt>. Need to decide whether this will remain the official version or we need to maintain it as a dependency. Also see [[em]]. | |||
</font> | |||
=GitHub= | =GitHub= |
Revision as of 01:34, 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.
std.shlib
shell-tools contain a version of std.shlib. Need to decide whether this will remain the official version or we need to maintain it as a dependency. Also see em.
GitHub
To clone:
git clone git@github.com:NovaOrdis/shell-tools.git
Tools
- cdw/getw
- searchjar
- rename-intellij
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}