https://github.com/lazypwny751/lazyutils
command line utility tools
https://github.com/lazypwny751/lazyutils
command-line command-line-tool core coreutils
Last synced: 5 months ago
JSON representation
command line utility tools
- Host: GitHub
- URL: https://github.com/lazypwny751/lazyutils
- Owner: lazypwny751
- License: gpl-3.0
- Created: 2023-11-30T22:33:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T21:35:57.000Z (about 2 years ago)
- Last Synced: 2025-06-12T13:03:44.487Z (8 months ago)
- Topics: command-line, command-line-tool, core, coreutils
- Language: C
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lazyutils
command line utility tools for lazy peapoles
## Installation
```sh
git clone "https://github.com/lazypwny751/lazyutils.git"
cd "lazyutils"
make
```
## Usage
### true
```sh
true # it returns 0 stout
```
### false
```sh
false # it returns 1 sterr
```
### mkdir
```sh
mkdir dir1 dir2 dir3
mkdir -p dir1/dir2/dir3
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[GPL3](https://choosealicense.com/licenses/gpl-3.0/)