Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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").

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
```