Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arjundandagi/adcli

cli for my social links
https://github.com/arjundandagi/adcli

Last synced: about 2 months ago
JSON representation

cli for my social links

Awesome Lists containing this project

README

        

# adcli

A self promoted binary in go to print or open my social links
in your default browser

# How to run

### from source:

1. clone the repo
```commandline
git clone github.com:arjundandagi/adcli
```
2. install dependencies
```commandline
go get
```

3. run the code
```commandline
go run main.go # will print how to use the command
```

### brew

I have my personal brew :smile:

```commandline
brew tap arjundandagi/brew
brew install adcli
```