Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dholm/tabbar
Tabbar is an emacs minor mode that displays a tab bar at the top, similar to the idea of web browser’s tabs.
https://github.com/dholm/tabbar
Last synced: 2 months ago
JSON representation
Tabbar is an emacs minor mode that displays a tab bar at the top, similar to the idea of web browser’s tabs.
- Host: GitHub
- URL: https://github.com/dholm/tabbar
- Owner: dholm
- License: gpl-3.0
- Created: 2011-08-24T11:47:37.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T05:13:36.000Z (over 6 years ago)
- Last Synced: 2024-08-02T01:26:20.868Z (6 months ago)
- Language: Emacs Lisp
- Homepage: http://www.emacswiki.org/emacs/TabBarMode
- Size: 364 KB
- Stars: 181
- Watchers: 7
- Forks: 28
- Open Issues: 20
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
To produce the tiff images:
convert close-tab12.png close-tab24.png close-tab.tiff
To set DPI correctly:
convert -units PixelsPerInch close-tab24.png -density 184 close-tab\@2x.png
convert -units PixelsPerInch close-tab12.png -density 92 close-tab.png
convert close-tab.png close-tab\@2x.png close-tab.tiff