An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

### Obsifetch

A neofetch-style system information display for Obsidian vaults.

![image](https://github.com/user-attachments/assets/c3cd2c6e-8d7a-4e03-b529-cb471ef8d2b6)

![image](https://github.com/user-attachments/assets/a7902d47-1b4c-4881-9b1b-43c6aec842fb)

### 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)