Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```