Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walchand-linux-users-group/custom-command
Customise any command you can think of
https://github.com/walchand-linux-users-group/custom-command
bash hacktoberfest
Last synced: 19 days ago
JSON representation
Customise any command you can think of
- Host: GitHub
- URL: https://github.com/walchand-linux-users-group/custom-command
- Owner: Walchand-Linux-Users-Group
- Created: 2024-10-03T18:47:16.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-10-18T06:06:51.000Z (30 days ago)
- Last Synced: 2024-10-18T18:27:22.364Z (29 days ago)
- Topics: bash, hacktoberfest
- Language: Shell
- Homepage:
- Size: 39.1 KB
- Stars: 4
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
Welcome to the *Custom Bash Commands* repository for Hacktoberfest! 🎉
This repository is dedicated to creating and sharing custom bash commands that will allow you to work efficiently in the terminal. You can create new bash scripts or enhance existing ones.
## What is a Custom Command?
Custom commands are bash scripts that help you automate repetitive tasks or enhance the functionality of your terminal.
## How to Use
Each script in the commands/ directory can be used as a custom command. To use a script:
1. Clone the repository.
2. Navigate to the commands/ folder.
3. Run a script by typing:```
bash ./commands/your_directory/sample_command.sh
```## 🏗️ Contributing
We welcome contributions! Please check the [`CONTRIBUTING.md`](https://github.com/Walchand-Linux-Users-Group/custom-command/blob/master/CONTRIBUTING.md) file for guidelines on how to create and submit custom commands.
`Note` : To make any command global add it to your `usr/bin` directory.
---
Community | Knowledge | Share
---