statusctl

command module
v0.0.0-...-604fe30 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2020 License: MIT Imports: 9 Imported by: 0

README

DEPRECATED

This repository has been archived. Check out its replacement, gfold.

Statusctl

created and maintained by: Nick Gerace

Build Status Go Report Card

CLI tool to help keep track of your Git repositories.

Disclaimer

This tool is being tested and is considered use at your own risk until it reaches version 1.0.

Requirements

  1. Go 1.13+
  2. Make

Installation

There will be further instructions to come. For now, you can get started by executing the following commands.

make build install

The "install" target builds the binary and moves it to your /usr/local/bin directory. Moving the binary may require root (sudo) access.

After building and moving the binary, you can safely remove the repository.

Usage

Execute without any arguments or flags to get started!

statusctl

Uninstallation

Option 1: Automatic

If you still have this repository cloned, you can use the uninstall target.

make uninstall

Option 2: Manual

Otherwise, remove the generated, configuration file and directory..

rm -ri ~/.config/statusctl/

Afterwards, remove the binary from your executables directory. This may require root (sudo) access.

sudo rm -i /usr/local/bin/statusctl

License

This repository is under the MIT License.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL