#command-line-tool #terminal #tool #command

i6-shell

A minimalistic unix like shell with statically linked commands

4 releases

0.1.18 Oct 17, 2024
0.1.17 Oct 12, 2024
0.1.16 Oct 12, 2024
0.1.14 Oct 12, 2024

#50 in #cli-tool

Download history 9/week @ 2024-12-09 14/week @ 2024-12-23 5/week @ 2025-02-03

187 downloads per month
Used in i6

AGPL-3.0

33KB
909 lines



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

cargo install --locked i6
i6 --help

Roadmap

  • http or https server in your present working directory
  • 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

Dependencies

~5–13MB
~150K SLoC