Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moimart/hyper-folder-icon
Hyperterm extension to show the folder icon in MacOS
https://github.com/moimart/hyper-folder-icon
folder-icon gnome hyperapp hyperterm icns macos
Last synced: about 2 months ago
JSON representation
Hyperterm extension to show the folder icon in MacOS
- Host: GitHub
- URL: https://github.com/moimart/hyper-folder-icon
- Owner: moimart
- License: bsd-2-clause
- Created: 2018-05-12T19:24:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-11T14:27:59.000Z (over 6 years ago)
- Last Synced: 2024-04-25T15:02:06.313Z (8 months ago)
- Topics: folder-icon, gnome, hyperapp, hyperterm, icns, macos
- Language: JavaScript
- Size: 76.2 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hyper-folder-icon
======# Custom MacOS and Windows folder icons shown in Hyper terminal Tabs
# Install
From hyper terminal: `hyper i hyper-folder-icon`
# Features for macOS:
- Show icon of current folder if custom icon has been applied to the folder
- <=1.4.0: ~~Show Volume icon of the HD if the folder does not have a custom icon~~
- ^1.5.0 Show icon of any of the parent folders. If there is no, show the Volume icon.
- Show Volume icon of additional Volumes if a custom icon has been applied to the Volume
- Show App icon if inside of the .app folder
- Show a default icon if no icon can be found- Integrates with [hyper-tab-touchbar](https://github.com/moimart/hyper-tab-touchbar) showing the icons in the MacBook Pro's TouchBar
![hyper-tab-touchbar integration](https://i.imgur.com/2pnvB1w.jpg)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmoimart%2Fhyper-folder-icon.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmoimart%2Fhyper-folder-icon?ref=badge_shield)# Features for Windows (Untested)
- Show icon from Desktop.ini file
# Features for Linux/GNOME
- Show custom GNOME icon from gvfs metadata
## Optional Configuration keys
- tabIconSize: default 24 -> Integer (Note: This is a pixel value)
- tabIconAlpha: default 1.0 -> Float
- tabIconTopMargin: default -30 -> Integer (Note: This is a pixel value)
- tabIconLeftMargin: default 10 -> Integer (Note: This is a percentage value)## Notes
- ICNS reading by https://github.com/jhermsmeier/node-apple-icns
- Resource fork by https://github.com/mattsoulanille/ResourceForkJS
- Default folder icon from mac![alt text](https://i.imgur.com/4y2Oj6D.png "MacOS Screenshot")
![alt text](https://i.imgur.com/PlsxHq2.png "GNOME/Linux Screenshot")
## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmoimart%2Fhyper-folder-icon.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmoimart%2Fhyper-folder-icon?ref=badge_large)