2016-11-30 14:53:32 +02:00
2016-11-24 10:24:59 +02:00
2016-11-28 09:27:36 +02:00
2016-10-30 12:33:10 +02:00
2016-06-18 16:18:59 +03:00
2016-11-17 12:30:01 +02:00
2016-09-08 14:28:14 +03:00
2016-11-08 16:31:58 +02:00
2016-11-30 14:53:32 +02:00
2016-06-15 13:59:23 +03:00
2016-11-17 13:06:12 +02:00

Shell Tools package

           _____ ___  
          |_   _/ _ \ 
            | || (_) |
            |_| \__\_\

This is a growing selection of shell tools used by me and my colleagues.

Each tool is an individual program, which do often depend on other tools. Dependencies are best found by running the programs.

To see the help page of each tool, run the ./README script

Installation

  1. mkdir -p ~/lib
  2. hg clone https://bitbucket.org/MoonQ/tools ~/lib/tools
  3. . $HOME/lib/tools/rc

It is best to add the last line in your ~/.bashrc

Dependencies

Many of the tools use common unix tools. Some extra tools are required. Here are the installation commands.

sudo apt-get install sqlite3 python python-magic python-pip python-gtk2 sc \
  gnuplot wget vim rsync curl pv
pip install --use csvkit

Description
No description provided
Readme 2.2 MiB
Languages
Python 65.9%
Shell 29.7%
CSS 2.4%
Vim Script 1%
Makefile 1%