https://github.com/fdch/cmdutils
Assorted command line utilities
https://github.com/fdch/cmdutils
Last synced: 9 months ago
JSON representation
Assorted command line utilities
- Host: GitHub
- URL: https://github.com/fdch/cmdutils
- Owner: fdch
- License: zlib
- Created: 2022-10-31T15:24:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T17:32:53.000Z (over 3 years ago)
- Last Synced: 2025-03-04T05:14:40.605Z (over 1 year ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Command Line Utilities
Here are some handy tools I've made over the years.
These are mostly for my own `macos` environment, and will probably need tinkering in other envs.
## Installation
To install, clone the repository and type `make`:
```bash
git clone https://github.com/fdch/cmdutils
cd cmdutils
make
```
This creates symbolic links to the programs inside `src`.
NOTE: By default, [linker.sh](linker.sh) will create a target directory in `~/bin`.
If you would like to install in a different directory, then run `make install DESTDIR='your/own/dir'`
## Usage
Check out the [INFO.md](INFO.md) file for information about each program.
## LICENSE
Read the [LICENSE](LICENSE) for the restrictions that it applies.
## Warning
Use at your own will.