Text-based window switcher for Unity
Project description
===================
Text-based-switcher
===================
Text-based window switcher for Unity
The visual switcher is very poor at providing context. E.g. the browser window
thumbnails are too small to tell apart.
This switcher shows a list of window titles and allows you to choose one
by typing first character(s) of the sought window. Press return to bring the
window to the front.
All credit goes to the original author, Jacob Vlijm. Thanks!
See http://askubuntu.com/a/648800/20835
Usage
=====
The script needs ``wmctrl`` and ``xprop``. On Ubuntu:
.. code:: console
sudo pip install text_based_switcher
Test-run it:
.. code:: console
list_windows --application
python setup.py develop
python setup.py test
$ python run_tests.py
Links
=====
Project home page
https://github.com/jean/text-based-switcher
Source code
https://github.com/jean/text-based-switcher
Issue tracker
https://github.com/jean/text-based-switcher/issues
Changes log
===========
0.0.1
-----
- First version by Jacob Vlijm as an answer on AskUbuntu:
http://askubuntu.com/a/648800/20835
0.0.2
-----
- Package creation with ``bobtemplates.gillux``
[jean]
Text-based-switcher
===================
Text-based window switcher for Unity
The visual switcher is very poor at providing context. E.g. the browser window
thumbnails are too small to tell apart.
This switcher shows a list of window titles and allows you to choose one
by typing first character(s) of the sought window. Press return to bring the
window to the front.
All credit goes to the original author, Jacob Vlijm. Thanks!
See http://askubuntu.com/a/648800/20835
Usage
=====
The script needs ``wmctrl`` and ``xprop``. On Ubuntu:
.. code:: console
Test-run it:
.. code:: console
$ python run_tests.py
Links
=====
Project home page
https://github.com/jean/text-based-switcher
Source code
https://github.com/jean/text-based-switcher
Issue tracker
https://github.com/jean/text-based-switcher/issues
Changes log
===========
0.0.1
-----
- First version by Jacob Vlijm as an answer on AskUbuntu:
http://askubuntu.com/a/648800/20835
0.0.2
-----
- Package creation with ``bobtemplates.gillux``
[jean]