https://github.com/scriptingosx/emoji-list
macOS command line tool to list directory contents using emoji
https://github.com/scriptingosx/emoji-list
command-line-tool emoji mac macos
Last synced: 7 months ago
JSON representation
macOS command line tool to list directory contents using emoji
- Host: GitHub
- URL: https://github.com/scriptingosx/emoji-list
- Owner: scriptingosx
- License: apache-2.0
- Created: 2025-08-29T15:03:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-09-09T08:51:27.000Z (8 months ago)
- Last Synced: 2025-09-09T11:12:47.438Z (8 months ago)
- Topics: command-line-tool, emoji, mac, macos
- Language: Swift
- Homepage:
- Size: 14.6 KB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# emoji-list
macOS command line tool to list directory contents using emoji
## What it does
This is a fun tool that I put together because I needed it. (No, really!) I thought it might be fun for others, too.
`emoji-list` will list the contents of a directory in the shell, but use emojis such as 📁 and 📄 to look a bit like a Finder window in list mode.
The nice thing is that you can copy the output and paste in to documentation. For example, the output of `emoji-list` on its own project repository looks like this is:
```
📄 LICENSE
📄 Package.resolved
📄 Package.swift
🚀 pkgAndNotarize.sh
📄 ReadMe.md
📁 Sources
📄 emoji_list.swift
📄 FileEmoji.swift
📄 URL-Extensions.swift
```
## Options
There are only a few options.
```
-a, --all include hidden items
-b, --bundles list contents of bundles and packages
--no-recursion disable recursive listing of directories
-r, --reverse-sort reverse the order of the sort
```
You can also get this information from the `--help` or man page.