[forge-dev] [JBoss JIRA] Created: (SEAMFORGE-61) Provide shortcuts navigation plugins for bookmarking resources / returning to bookmarks

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Wed Mar 9 12:51:45 EST 2011


Provide shortcuts navigation plugins for bookmarking resources / returning to bookmarks
---------------------------------------------------------------------------------------

                 Key: SEAMFORGE-61
                 URL: https://issues.jboss.org/browse/SEAMFORGE-61
             Project: Seam Forge
          Issue Type: Feature Request
          Components: Builtin Plugins
    Affects Versions: 1.0.0.Alpha2
            Reporter: Lincoln Baxter III


the "mark" and "go" commands would be useful

$ go home
$ go project
$ mark javasrc
$ cd ~/
$ go javasrc
takes you back to that dir
with tab-completion of course
$ go java<TAB>
$ go javasrc


// go without an argument lists the available targets
$ go
     home (global)
     project
     javasrc


By default, "mark" adds the bookmark to the current project's /META-INF/forge.xml
the --global command would redirect these settings to the ~/.forge/forge.xml or ~/.forge/config file

$ mark {name} --global (default command?)
$ mark add {name} --global
$ mark del {name} --global
$ mark list --global



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-dev mailing list