Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/levioctl/textual-switcher
An incremental search window (and browser tabs) switcher for Linux (textual "Alt+Tab").
https://github.com/levioctl/textual-switcher
alt-tab gnome gtk python window-switcher
Last synced: 2 months ago
JSON representation
An incremental search window (and browser tabs) switcher for Linux (textual "Alt+Tab").
- Host: GitHub
- URL: https://github.com/levioctl/textual-switcher
- Owner: levioctl
- License: mit
- Created: 2015-10-30T14:53:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T16:05:59.000Z (over 2 years ago)
- Last Synced: 2024-08-16T16:22:43.113Z (6 months ago)
- Topics: alt-tab, gnome, gtk, python, window-switcher
- Language: Python
- Homepage:
- Size: 618 KB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Textual Switcher
An incremental search window switcher (text-based alternative for Alt+Tab). Lists windows and browser tabs.
Supports only Linux with GNOME3-based window systems (GNOME3, Ubuntu Unity, Cinnamon).
## Demo
![Textual Switcher Demo](demo.gif)## Usage
Hit Ctrl+Alt+W to show the window, type some keyword to filter windows or browser tabs by titles, and hit Enter.## Installation
Installation includes 3 parts:
* The switcher itself
* A firefox extnesion to support listing Firefox tabs
* A chrome extension to support listing Chrome tabs### How to install
```
$ git clone https://github.com/levioctl/textual-switcher/
$ cd textual-switcher
$ make install
```