https://github.com/tabibyte/obsifetch
neofetch but for obsidian
https://github.com/tabibyte/obsifetch
neofetch obsidian obsidian-plugin obsidianmd
Last synced: about 1 month ago
JSON representation
neofetch but for obsidian
- Host: GitHub
- URL: https://github.com/tabibyte/obsifetch
- Owner: tabibyte
- License: mit
- Created: 2024-11-15T08:42:20.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-02-27T13:59:21.000Z (3 months ago)
- Last Synced: 2025-03-30T22:32:06.431Z (2 months ago)
- Topics: neofetch, obsidian, obsidian-plugin, obsidianmd
- Language: TypeScript
- Homepage:
- Size: 74.2 KB
- Stars: 70
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Obsifetch
A neofetch-style system information display for Obsidian vaults.


### Features
- Display Vault Statistics (files, sizes, attachments, orphan files, plugins, themes etc.)
- Username and Vault Name
- OS Information
- Theme Colors
- Customizable ASCII Art Logo### Installation
#### From Obsidian Community Plugins
Just search for "Obsifetch"
#### Manual Installation
1. Download `main.js`, `manifest.json`, and `styles.css` from [Release Page](https://github.com/tabibyte/obsifetch/releases)
2. Create `obsifetch` folder in your vault's `.obsidian/plugins/`
3. Copy those 3 files to your vault's `.obsidian/plugins/obsifetch/` directory
4. Reload community plugins list in settings in obsidian app. It should appear there.
5. Turn on the plugin
6. You can use it by clicking the terminal icon in the left ribbon, using command palette and searching for "Show" command for obsifetch or you can define and use a hotkey### Custom ASCII Art
1. Open Obsidian Settings
2. Go to Obsifetch settings
3. Paste your custom ASCII art in the text area
(should be small enough to fit, if not will be ugly)
4. If you want default logo just delete pasted ASCII### Contributions
Contributions are always welcome! I'm not an expert by any means. Doing this for fun.
### Credits
Inspired by [neofetch](https://github.com/dylanaraps/neofetch)