Skip to main content

Manage your link on terminal

Project description

===========
LinkManager
===========

**LinkManager** manage your link on terminal.

Replace bookmark tool present on browser because :
* is often heavy
* dependent of the browser in question
* has a lot of frills
* DataBase usage depend on browser
* find a local link should not require several hundred MB of Ram and eat your CPU
* one software for one thing (Unix Philosophy)
* KISS for import/export
* many other good reasons

Requirements
============

Linkmanager depends on **redis** Database.
You must install it like this (on debian/ubuntu) :
$ sudo apt-get install redis-server

To enjoy completion, you should put that line in your ~/.bashrc (or ~/.zshrc) :
$ eval "$(register-python-argcomplete linkm)"

Examples
========

$ linkm add http://stackoverflow.com # add a link on Database
$ linkm update http://stackoverflow.com # update properties on a existent link
$ linkm remove http://stackoverflow.com # remove a link on DataBase
$ linkm search python linux # search a link a link on DataBase with tags
$ linkm dump >| backup.json # serialize a entire Database on a JSON file
$ linkm load backup.json # load a list of links on DataBase
$ linkm flush # erase all DataBase

Release History
===============

0.1.1 to 0.1.4 (2014-03-09)
---------------------------

- change script name + README examples
- add requirements
- add HISTORY.rst on MANIFEST.in

0.1 (2014-03-09)
----------------

- french translation
- english manpage
- AUTHORS.rst and HISTORY.rst file

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

linkmanager-0.1.4.tar.gz (14.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page