Skip to content

Instantly share code, notes, and snippets.

@roumail
roumail / notes.sh
Created May 7, 2026 22:56 — forked from junegunn/notes.sh
Managing notes with fzf
#!/usr/bin/env bash
#
# Managing notes with fzf (https://github.com/junegunn/fzf)
# - CTRL-L: List note files in descending order by their modified time
# - CTRL-F: Search file contents
#
# Configuration:
# - $NOTE_DIR: Directory where note files are located
# - $NOTE_EXT: Note file extension (default: txt)