Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonmfong/tools
command line tools
https://github.com/brandonmfong/tools
c cpp go rust
Last synced: 20 days ago
JSON representation
command line tools
- Host: GitHub
- URL: https://github.com/brandonmfong/tools
- Owner: BrandonMFong
- Created: 2023-01-26T20:09:39.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-05-22T23:08:46.000Z (8 months ago)
- Last Synced: 2024-05-22T23:13:01.295Z (8 months ago)
- Topics: c, cpp, go, rust
- Language: C
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Tools I use pretty often
I treat this repo as playground for myself. I like to try out new programming languages. Let me know what you think.
## Setup
- `./configure`
- `make lib`
- `make`## Build
- `make clean build`## Create Release Package
- `make package`## Tools available:
```
check: hash calculator & comparitor
cpy: copy tool
getcount: counts items in path (recursive option available)
getinfo: lists directory
getpath: prints out absolute path
getsize: returns size of file
ip4domain: returns ip address for domain
mytime: time tool. Can print time and handle epoch time conversions
organize: organizes input files into an output directory
passgen: generates random password
rsatool: encryption and description tool for small messages
search: searches for files, directories, and strings
spellcheck: checks spelling of word or content
stopwatch: simple stop watch
define: access dictionaryapi.dev to find definition for word
```