Shell-tools: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 10: Line 10:


<font color=red>
<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#std.shlib]].
'''TODO'''
 
On 04/04/16 a standalone <tt>std.shlib</tt> project was created. At that time, <tt>em</tt> contained its own version of <tt>std.shlib</tt>. Must migrate <tt>em</tt> to use the separated one. See [[std.shlib]].
 
</font>
</font>



Revision as of 09:58, 4 April 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

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


https://github.com/NovaOrdis/shell-tools

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}