Metadata-Version: 2.1
Name: marcador
Version: 0.14
Summary: Simple rofi based bookmark manager
Home-page: https://github.com/joajfreitas/marcador
Author: João Freitas
Author-email: joaj.freitas@gmail.com
License: GPLv3
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE.txt

![](https://gitlab.com/joajfreitas/bookmarks/badges/master/pipeline.svg)

# Marcador

minimal bookmark manager

## Install
	$ pip install marcador

## Usage
CLI interface

	$ marcador --help

	Usage: marcador [OPTIONS] COMMAND [ARGS]...
	
	Options:
	  --help  Show this message and exit.
	
	Commands:
	  add
	  bookmark
	  edit
	  html
	  open
	  print
	  remove
	  rofi
	  tag-search
	  url

### Rofi interface

	$ marcador rofi <bookmark file>

## Thanks
This project is heavily inspired by [buku](https://github.com/jarun/Buku)

## Screenshots
![bookmarks screenshot](https://raw.githubusercontent.com/joajfreitas/marcador/master/showcase_pretty.png)




