Skip to content

A cross-platform console app with lots of handy tools.

License

Notifications You must be signed in to change notification settings

dukeofharen/armyknife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Armyknife

Armyknife

Build AppVeyor build status TravisCI build status
Coverage Coverage Status
License MIT License

Download the latest version

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.

Example

For more information, see dukeofharen.github.io/armyknife.

Backlog

  • 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.

Known issues

  • 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.

Made possible by

This application was made using some wonderful frameworks, libraries, software and other resources, including (but not limited to):