qutebrowser/qutebrowser
Jimmy 1c10a1aecf Adds new buffer command with completion.
`buffer` takes either a tab index or a string and focuses the specified
tab. The index can be of the form [0-9]+ which will switch to the
relevant tab in the current window or [0-9]+/[0-9]+ (that is
win_id/index) which will focus the specified window before switching
tabs. If a string is passed the list of open tabs across all windows is
sorted based on title and url (just like in the completion widget) and
the top result is selected.
2016-03-31 14:00:36 +13:00
..
browser Adds new buffer command with completion. 2016-03-31 14:00:36 +13:00
commands Now runner calls cmd_path instead of cmd 2016-03-24 16:26:19 -07:00
completion Adds new buffer command with completion. 2016-03-31 14:00:36 +13:00
config Merge branch 'master' of https://github.com/haxwithaxe/qutebrowser into haxwithaxe-master 2016-03-18 06:17:54 +01:00
html dirbrowser: ditch .lstrip, add file_url function 2016-03-28 23:10:20 +02:00
img Added resource_url() function and used this function in the error page 2015-09-25 14:31:04 +02:00
javascript js: Fix more lint. 2015-05-12 07:16:16 +02:00
keyinput flake8: Add flake8-putty plugin. 2016-01-22 17:33:58 +01:00
mainwindow Adds new buffer command with completion. 2016-03-31 14:00:36 +13:00
misc Pass HTTPClient to PastebinClient as argument 2016-03-29 19:21:15 +02:00
utils Adds new buffer command with completion. 2016-03-31 14:00:36 +13:00
__init__.py Release v0.5.1. 2016-01-18 22:12:52 +01:00
__main__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
app.py Adds new buffer command with completion. 2016-03-31 14:00:36 +13:00
qutebrowser.py Specify valid loglevels for --loglevel/-l 2016-03-08 17:38:26 +01:00
resources.py Use Qt resources for the window icon. 2014-12-28 15:10:02 +01:00