https://github.com/stringlytyped/toolbox
Collection of simple shell scripts and CLI tools
https://github.com/stringlytyped/toolbox
bash cli scripts
Last synced: about 1 month ago
JSON representation
Collection of simple shell scripts and CLI tools
- Host: GitHub
- URL: https://github.com/stringlytyped/toolbox
- Owner: stringlytyped
- License: apache-2.0
- Created: 2018-12-05T23:12:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T23:27:25.000Z (over 7 years ago)
- Last Synced: 2025-03-25T08:23:21.012Z (about 1 year ago)
- Topics: bash, cli, scripts
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Toolbox
This repo contains miscellaneous small CLI tools. It forms part of my larger macOS setup which consists of:
- **[dawn](https://github.com/stringlytyped/dawn)**: a script that walks you through the process of setting up a newly-installed copy of macOS from scratch
- **toolbox** (this repo): miscellaneous shell scripts that perform various functions (some of questionable utility)
- **[dotfiles](https://github.com/stringlytyped/dotfiles)**: shell preferences, including useful aliases for common tasks
## Prerequisites
You will need to install the following dependencies:
- GNU Coreutils
- wget
- [wiki](https://github.com/walle/wiki)
## Tools
### voeltjie
This is a silly bash script that fetches a random bird from the Afrikaans version of Wikipedia and displays its name, a short description and a link to its Wikipedia article. To use, just run `./voeltjie`. It doesn't take any arguments.