Build | |
Coverage | |
License |
Install on Windows
Armyknife can be installed using Chocolatey, a package manager for Windows.
choco install armyknife -y
Install on Ubuntu
There is an install script for Ubuntu. You can call it directly from a Bash terminal like this (make sure you are super user):
wget -qO- https://raw.githubusercontent.com/dukeofharen/armyknife/master/scripts/install.sh | bash
Armyknife is a nice little tool which contains many handy little command line tools. It contains tools like base64 encoder / decoder, URL shortener, SHA512 hasher and more.
For more information, see dukeofharen.github.io/armyknife.
- Make tool cross platform, because it's written in .NET Core (only build for Windows and Ubuntu for now).
- Add more tools.
- Add plugin system.
- By providing the application with piped data (at least with PowerShell), a new line is added to the input. This newline character is stripped by the application, so you might encounter some unexpected behaviour when you pipe data to the application.
This application was made using some wonderful frameworks, libraries, software and other resources, including (but not limited to):