-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Favorites/Bookmarks ??? #706
Comments
- changes to config.py to support bookmarks, later this should be done in plugin itself - adding bookmark.py plugin - minor modification for current working dir
- comments and TODO updates
Putting in some code to check things via Plugin. DEPENDENCIES: KeyBind Util #806 -keyboard short cuts have issue on new windows, #681 puts in a solution to reload but that needs to be verified by others also. -GUI works. Usage:
|
- adding bookmark.py plugin - minor modification for current working dir - more additions like shortcuts, tags can be added on
- removed unused code
- bookmark plugin, basic features, support in UI in prefs window (via plugin) - tags feature, can be used to build xml later - - TODO: - display shortcuts in menu - selection of urls from keyboard - Defaults: - press <Alt>b (see below) to add current dir in bookmark <Alt>r to remove - sub-menu via right click->bookmarks->urls->(act menu) and - Prefs->Plugins->BookmarkPlugin
-fixed error when no bookmark section is there in config
-using feed_child instead of passing command to terminal -helps to keep the terminal or window alive else it closes after executing the command
- bash shell was adding starting spaces while fetching last exec command, so stripping spaces
- added support for directly launching plugin in preferences and with that plugin selected, this one for bookmarks
- changes to have default bookmark tag as global
-fixed error due to flag_found in update_bookmark
- modified custom command plugin to have bookmarks - added keybindings for directly adding or launch the custom command menu - made name parsing of the custom command optional
Hi. Have removed my old separate bookmark plugin and have added the functionality to custom command plugin. Would be great if anyone can test / try Ref: https://github.com/vssdeo/terminator/tree/706-Favorites-Bookmarks-Plugin Changes rest on my branch not putting up a pull request now. To test, just merge my changes or use branch. enable custom command plugin. Default keybindings are Current changes: I made parsing of custom command name optional keeping old behavior default. As I find, most of the times people would want to command name to be same as command and not parse it to submenus every time. Once things seem ok I can merge tags functionality also. GitHub - vssdeo/terminator at 706-Favorites-Bookmarks-Plugin - GitHub |
- the dialog window taking command for bookmark via shortcut keybinding will have focus on OK Button for faster interaction - fixed a transient window issue for loading pref window via shortcut and context menu - filed new command text area was getting filled with last command - fixed list store init
Hello, would it be possible to add Favorites/Bookmarks in this terminal ?
I'm using Konsole by default and i swould like this feature in Terminator plz.
Thx.
The text was updated successfully, but these errors were encountered: