Giter Club home page Giter Club logo

irssi-bookmarks's Introduction

irssi-bookmarks

Irssi Bookmarks - Manages a list of bookmarks within irssi.

Bookmark urls to follow up on later.

README from the head of the script:

Note: For compatability with existing irssi commands, aliases, and other scripts,
      bookmarks.pl uses the below commands. Personally, I've aliased these as /b, /lb,
      /shrink, and /rmb, respectively. (Since I have autosave on, I don't really use the last 3 cmds.)

Commands:
        /bookmark <-s> <URL> - bookmarks <URL>, or the last seen URL in the current window
                               if -s option is used, bookmarks it in shortened form.
        /bookmarks <-a|-s|search_term>
                             - lists all saved bookmarks - '-a' option forces listing of long links,
                               while '-s' forces only shortened links to be listed (when available).
                               Additionally, the argument may be a search term.
        /bookmark_shorten <URL>
        /bshorten <URL>
                             - prints shortened <URL> and adds it to bookmarks if not already there.
                               if already in bookmarks, adds shortened URL next to it
        /bookmark_rm <URL>   - removes <URL> from bookmarks. if no url provided, removes last bookmarked url.
        /bookmarks_save      - explicitly save current bookmarks to file
        /bookmarks_reload    - (re)load bookmarks from file in addition to any already in memory (excluding duplicates)
        /bookmarks_clear     - clears the list of bookmarks (CAREFUL - Will clear from file as well if autosave
                               is enabled. The list will be printed first, however, as long as listonclear is ON)

Settings:
        bookmarks_file      - default: '~/.irssi/irssi.bookmarks'
        bookmarks_shortener - default: 'is.gd' (http://is.gd)
        bookmarks_hide_long - default: OFF - don't show long url if shortened one exists (otherwise shows both)
        bookmarks_autosave  - default: ON - update file each time a bookmark is added.
        bookmarks_list_on_clear - default: ON - prints bookmarks before clearing the list

TODO:
    * implement url shortening for other services: tinyurl, goo.gl, bit.ly

irssi-bookmarks's People

Contributors

carpenoctem avatar

Stargazers

 avatar Sally avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.