An open API service indexing awesome lists of open source software.

https://github.com/divadretlaw/very

📦 A collection of useful commandline tools
https://github.com/divadretlaw/very

cli macos swift tool

Last synced: about 2 months ago
JSON representation

📦 A collection of useful commandline tools

Awesome Lists containing this project

README

        

![very](https://user-images.githubusercontent.com/6899256/35834766-70047090-0ad7-11e8-939a-cfb644880441.png)

# very

A collection of useful commandline tools

## Installation

```
brew install divadretlaw/tap/very
```

## Usage

```
very [command]
```

* **`clean`** Cleans the system
* **`dotfiles`** Version control helper for dotfiles
* **`gitignore`** Loads a .gitignore file from gitignore.io
* **`hosts`** Updates `/etc/hosts` from [StevenBlack/hosts](https://github.com/StevenBlack/hosts)
* **`ip`** Prints global IP
* **`ping`** Runs a quick ping test
* **`setup`** Makes an initial setup on this machine
* **`ping`** Starts a ping test
* **`update`** Checks for package updates and installs them
* **`wallpaper`** Sets the wallpaper

## Configuration

Very will create a config file when first run in `~/.config/very/very.json`. See [very.json](very.json) for the default configuration.

You can specify to load a different configuration with `--configuration`

# License

See LICENSE