Skip to content

messa/tools

Repository files navigation

Useful tools

There are some utilities I've created for myself.

Some of them I use on daily basis. Some of them are more like experiments or prototypes.

See also: dotfiles, tips

Installation

There is no setup.py. I personally checkout this repository in ~/code/tools. You have more options how to run these tools easily from command line:

  • Add the directory to $PATH
  • Symlink some or all files to /usr/local/bin
  • Use alias or shell function

For example - adding to $PATH in ~/.bashrc:

if [ -d ~/code/tools ]; then
    PATH=$PATH:~/code/tools
    export PATH
fi

Versioning

I've created branch v01 where should be introduced no backward-incompatible changes. Sometimes I include these tools in a project so it is better to include a specific version branch than master.

Similar repos

About

Some CLI stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages