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

https://github.com/jogendra/bookmark-cli

CLI application to manage bookmarks.
https://github.com/jogendra/bookmark-cli

Last synced: 9 months ago
JSON representation

CLI application to manage bookmarks.

Awesome Lists containing this project

README

          

# bookmark-cli

Command Line tool to manage all of your bookmarks at one place.

Also, source code for [https://jogendra.github.io/building-command-line-tools-in-go](https://jogendra.github.io/building-command-line-tools-in-go)

![bookmark-cli screenshot](https://user-images.githubusercontent.com/20956124/86528214-7e97d000-bec3-11ea-8d21-a2d3f7eff485.png)

## Usage

Available Commands:

### insert

Add a new bookmark to bookmarks list

```bash
bookmark insert ""
```

### list

Display the list of all of your bookmarks

```bash
bookmark list
```

You can use `last` subcommand to display last most added bookmark

```bash
bookmark list last
```

### clearall

Clear all the bookmarks

```bash
bookmark clearall
```

### help

Help about any command

```bash
bookmark help
```

## License

This project is under **Apache License 2.0**. Please check [LICENSE](LICENSE) for more info.