https://github.com/gentleeduck/duck-linux-utils
It is a collection of lightweight and efficient Linux utilities designed to improve command-line workflows. Each tool in this repository serves a specific purpose, helping users streamline common tasks such as word counting, spinners, and more.
https://github.com/gentleeduck/duck-linux-utils
cli-app linux linux-applications linux-utility
Last synced: 10 months ago
JSON representation
It is a collection of lightweight and efficient Linux utilities designed to improve command-line workflows. Each tool in this repository serves a specific purpose, helping users streamline common tasks such as word counting, spinners, and more.
- Host: GitHub
- URL: https://github.com/gentleeduck/duck-linux-utils
- Owner: gentleeduck
- License: mit
- Created: 2025-03-12T04:18:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-19T02:24:39.000Z (about 1 year ago)
- Last Synced: 2025-05-17T13:14:00.919Z (about 1 year ago)
- Topics: cli-app, linux, linux-applications, linux-utility
- Language: C
- Homepage:
- Size: 49.8 KB
- Stars: 10
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `π¦ duck-linux-utils`
**duck-linux-utils** is a collection of lightweight and efficient Linux utilities designed to improve command-line workflows. Each tool in this repository serves a specific purpose, helping users streamline common tasks such as word counting, spinners, and more.
## π Project Structure
Each tool is organized into its own directory, with a dedicated README providing detailed usage instructions. Below are the included utilities:
- **[duck-wc](./@duck-wc/README.md)** β A custom word count utility similar to `wc`, with additional features.
- **[duck-spinner](./@duck-spinner/README.md)** β A terminal-based spinner animation tool for command-line applications.
## π Installation
To install the utilities, follow these steps:
```bash
git clone https://github.com/gentelduck/duck-linux-utils.git
cd duck-linux-utils
make
```
## π οΈ Usage
After building, the utilities can be used from the `build/` directory:
```bash
./build/duck-wc -w filename.txt # Word count
./build/duck-spinner # Display a loading spinner
```
Each tool has its own README with more details.
## π€ Contributing
Contributions are welcome! Please check each toolβs respective README for contribution guidelines.
## π License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.