Pre-release
This release is a pre-release and may not be stable for production use.
===================
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 apt-get install wmctrl x11-utils
Install from PyPI:
.. code:: console
$ sudo pip install text_based_switcher
Test-run it:
.. code:: console
$ list_windows --workspace
$ list_windows --application
$ list_windows --window
If it works, add one or more of the preferred commands to one or more shortcut
keys: choose:
_System Settings_ > _Keyboard_ > _Shortcuts_ > _Custom Shortcuts_.
Click the "+" and add the command.
If you do a local install (``--user`` option), Compiz won't get the right
Python path.
You can fix this by hacking ``sys.path`` in the installed script.
TODO
====
- Add wmctrl or ruamel.emwh as dependency
- Add xprop as dependency
- Don't call commands, use Python libraries
- Write some tests
Developer notes
===============
Please use a virtualenv to maintain this package, but I should not need to say that.
Grab the source from the SCM repository:
.. code:: console
$ python setup.py develop
$ pip install text-based-switcher[dev]
If you install
Run the tests (there are no tests yet!):
.. code:: console
$ 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
$ sudo apt-get install wmctrl x11-utils
Install from PyPI:
.. code:: console
$ sudo pip install text_based_switcher
Test-run it:
.. code:: console
$ list_windows --workspace
$ list_windows --application
$ list_windows --window
If it works, add one or more of the preferred commands to one or more shortcut
keys: choose:
_System Settings_ > _Keyboard_ > _Shortcuts_ > _Custom Shortcuts_.
Click the "+" and add the command.
If you do a local install (``--user`` option), Compiz won't get the right
Python path.
You can fix this by hacking ``sys.path`` in the installed script.
TODO
====
- Add wmctrl or ruamel.emwh as dependency
- Add xprop as dependency
- Don't call commands, use Python libraries
- Write some tests
Developer notes
===============
Please use a virtualenv to maintain this package, but I should not need to say that.
Grab the source from the SCM repository:
.. code:: console
$ python setup.py develop
$ pip install text-based-switcher[dev]
If you install
Run the tests (there are no tests yet!):
.. code:: console
$ 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]
Release files for text-based-switcher 0.0.2.dev0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| text-based-switcher-0.0.2.dev0.tar.gz | 5.2 kB | Details |
Release files / text-based-switcher-0.0.2.dev0.tar.gz
| Download URL | text-based-switcher-0.0.2.dev0.tar.gz |
|---|---|
| Size | 5.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4777720362bbb6f1d48b8edb6a0f7aaf14130a3c54091386b7424f9529ecf576
|
|
BLAKE2b-256 checksum How to use checksums |
e3f5c4df4a9ebac80f799e0cb5fcf63b2e7553a3fed57d9a4b8b0be1006d6985
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |