Giter Club home page Giter Club logo

komodo-nav's Introduction

Experimental folder browsing and bookmarks.. and several tweaks to places toolbar.

From a places toolbarbutton this add-on allows bookmark the active tab or the selected files on "Places". Builds a menu with these bookmarks allowing real-time navigation of directories and files.

With simply click the directories will open on "Places" sidebar. On files will open these files in a new tab. Each file and folder contains a context menu with options ( open with OS, bookmark folder, Find.. )


The context menu is extensible, you can add new functions (menuitems) by calling to :

extensions.nav.registerPlugin('the_unique_name_of_my_action', 'My Action..', 
function(aPath)
{
alert('do something with:'+aPath);
//do something with aPath..
}
);

Feature:

This feature comes from an idea originally developed for ODP Extension.

License:
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

Todo:
http://github.com/titoBouzout/Nav/raw/master/todo.txt

Know Bugs:
Can't browse servers.

Icons Art:
http://p.yusukekamiyamane.com/

Source-Code:
http://github.com/titoBouzout/Nav

All versions Changes:
http://github.com/titoBouzout/Nav/raw/master/changes.html

Current Version Changes:

komodo-nav's People

Contributors

titobouzout avatar

Stargazers

 avatar

Watchers

 avatar  avatar  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.