Skip to content

Primebrook/.bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

~/.bin

Personal command-line utilities for fast note-taking and navigation.

Scripts

day

Opens today's daily note in nvim. Creates it if it doesn't exist.

day      # today
day -1   # yesterday
day -5   # 5 days ago

Notes are stored in ~/personal/second_brain/periodic_notes/daily_notes/DD-MM-YYYY.md.

Requires: gdate (install with brew install coreutils)

Example Usage:

day_demo_enlarged.mov

zet

Creates or opens a note in your inbox. Prompts for a filename.

zet
# Enter the filename: my-idea
# Opens ~/personal/second_brain/inbox/my-idea.md

jump

Fuzzy-find a project directory and open it in a new tmux window.

jump
# fzf through ~/personal/ and ~/zappi/ directories
# Opens selected directory in a new tmux window

Requires: fzf, tmux

Setup

Add this directory to your PATH:

export PATH="$HOME/.bin:$PATH"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages