Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kruserr/i6
A collection of cross platform portable cli tools
https://github.com/kruserr/i6
cli command command-line-interface command-line-utilities development-tools terminal tool utility
Last synced: about 2 months ago
JSON representation
A collection of cross platform portable cli tools
- Host: GitHub
- URL: https://github.com/kruserr/i6
- Owner: kruserr
- License: agpl-3.0
- Created: 2023-06-25T18:24:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T20:05:45.000Z (3 months ago)
- Last Synced: 2024-10-20T05:29:56.316Z (3 months ago)
- Topics: cli, command, command-line-interface, command-line-utilities, development-tools, terminal, tool, utility
- Language: Rust
- Homepage: https://crates.io/crates/i6
- Size: 479 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# i6
A collection of cross platform portable cli tools, statically linked into a single binary executable## Features
- http or https server in your present working directory
- simple pack and unpack tool to quickly compress and optionally encrypt files## Getting Started
### Cargo
Install and run with cargo
```sh
cargo install --locked i6
i6 --help
```## Roadmap
- [x] http or https server in your present working directory
- [x] simple pack and unpack tool to quickly compress and optionally encrypt files
- [ ] minimal shell with shell scripting language and a minimal set of unix style coreutils
- [ ] cli timer that runs in the background and chimes
- [ ] z fuzzy path finder
- [ ] http client with verbose setting
- [ ] hex viewer
- [ ] cert generator
- [ ] password generator
- [ ] sha512sum
- [ ] df -ht
- [ ] du -ahd1
- [ ] htop like resource monitor
- [ ] neofetch like sysinfo
- [ ] ftp server
- [ ] ftp client
- [ ] ssh server
- [ ] ssh client
- [ ] git client
- [ ] ping sweeper
- [ ] port scanner
- [ ] vim like text editor