├── .gitignore ├── LICENSE ├── README.md ├── rofi-copyq └── setup.py /.gitignore: -------------------------------------------------------------------------------- 1 | .mypy_cache/ 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjbassi/rofi-copyq/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjbassi/rofi-copyq/HEAD/README.md -------------------------------------------------------------------------------- /rofi-copyq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjbassi/rofi-copyq/HEAD/rofi-copyq -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjbassi/rofi-copyq/HEAD/setup.py --------------------------------------------------------------------------------