Tools for a better Console Life
Go to file
Cyrille L bc81577202 Fix Tool: isco --help 2022-03-14 16:25:54 +01:00
etc/profile.d/echolib Fix Tool: isco --help 2022-03-14 16:25:54 +01:00
README.md Fix Readme 2022-03-14 16:23:21 +01:00
bash-tools_echolib_prompt.png Added Some Tools. New Readme 2022-03-14 16:19:42 +01:00

README.md

Bash Tools

Some Tools and convenient scripts to make using Console Life Better. These tools in this repo are made for global use. Folders Structure is kept to know where they must be copied in your system.

How to install

You will need sudo, as scripts are intended to be global

# Get scripts
git clone https://git.a-lec.org/echolib/bash-tools

# Copy scripts (example) in the global profile folder
sudo cp -rf ~/bash_tools/etc/profile.d/* /etc/profile.d/

As bash scripts, you will have to manually edit /etc/bash.bashrc and add - according to your needs - a load script line

# Getting Tools...
[[ -f /etc/profile.d/echolib/tools.sh ]] && . /etc/profile.d/echolib/tools.sh
# To Change Prompt with this one
[[ -f /etc/profile.d/echolib/prompt.sh ]] && . /etc/profile.d/echolib/prompt.sh

How lo list tools ?

echolib

ToDo ?

There will be a lot more to come soon. Maybe then, i will create a setup to help you install what you need.