Various bash/perl/python/etc scripts, native cli programms and libs for convenient work on Linux
- cli scripts for end-users
- cli tools for system administation
- program suites
- low-level programs and cli tools, compiled
- tools intended to run with superuser privileges
- tools with graphical iterface for end-users
- tools to interact with other graphical programs and Xorg
- many other...
See also descriptions.
make install
or make install-all
works in most of the directories to install a given tool
and set of tools. It records what files are installed into system directories in uninstall.sh
file in the cwd, so you may run sh uninstall.sh
to remove installed files. It's loosely maintained,
so there may be duplicated remove file.xyz
commands in it, but there are all installed files
occurring in it at least once. It does not remove directories recursively, so the user decides
what to do with directories installed by make install
and having files in it which are not
installed by make
.
You may also run uninstall.sh
several times if remove xyz-directory
-like lines are before
remove xyz-directory/file.xyz
.
- clone the repo
- use git-bug to open a new ticket in this repo
- find one or more person in the commit history to make contact with, then either
4.a. send your newly created
git-bug
ticket (or patch if you already propose a code change) via email, or 4.b. send the URL of your git clone to a contributor (via email or other channel), and request them to pull (git-bug
issues and/or branches as well) from you.