- add_path - adds executables directory to the
$PATH
- als - shell aliases manager
- ex_projections - Elixir apps projection file generator
- gql - sends GraphQL request from file
- id3tags - changes (bulk) ID3 tags for MP3 files
- linker - links directories by groups
- orm - aliases for the ORMs (ruby, javascript, elixir, ...) commands
- pgconn - psql wrapper that connects to the PostgreSQL by configuration file
- ruby2json - ruby hash to json convertor
- send_to_google_drive - uploads files to the Google Drive
- send_to_telegram - sends files and messages to the Telegram
- starter - starts commands depending on the current directory path
- vim_pack - Vim (vim8, neovim) package manager
- vim_server - opens files in the single Vim instance
Copy .env.example
to .env
and edit it. Run make <command>
in the root directory and then enter script name or
make <command>
in a script directory where <command>
install
- copy script to user home binary directory (default path:~/bin
, can be configured withBIN_DIR
env variable)config
- copy config example (default path:~/.config
, can be configured withCONFIG_DIR
env variable)uninstall
- remove script onlypurge
- remove script and config