Added simple command line option parsing to uzbl_tabbed.py
[uzbl-mobile] / docs / url-editing
1 * All url changing/editing happens outside of uzbl
2
3 Use cases:
4 * load url from history/bookmarks (dmenu-vertical is great for this)
5 * edit current url or one from history/bookmarks: dmenu-vertical is relatively good for this, though it would be better if we had:
6 - minimal editing helper key shortcuts (eg to go to beginning/end of input buffer, erase search string, undo)
7 - copy/paste support
8
9 * Though you can obviously type new urls and edit the current ones with the appropriate statusbar stuff/binds/xclip commands, this is sometimes enough.