Skip to content

mrintern/questionable-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

questionable-cli

image

A very questionable cli indeed. Written in Go.

This is a cli written in Go with a lot of help from Cobra. I wrote it to have some practice writing in Go, and writing CLI's. It's public but I don't really see what use anyone else could get out of it lol. Enjoy.

Example: questionable-cli <command>

Requirements

  • golang sudo apt-get update && sudo apt-get install golang-go

How to use

  1. Clone this repo git clone https://github.com/mrintern/questionable-cli.git
  2. Build the executable go build
  3. Add to your $PATH sudo mv questionable-cli /usr/bin

(Optional) create qcli alias

  1. Add the following line to .bashrc, .zshrc, or whatever file governs your shells profile alias qcli='questionable-cli' it should look something like this:

image

  1. restart your shell and run qcli

Now, you can just type qcli to run the tool, which is more convenient than typing questionable-cli

About

A very questionable cli indeed. Written in Go.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages