Skip to content

Instantly share code, notes, and snippets.

View vinhloc30796's full-sized avatar

Loc Nguyen vinhloc30796

View GitHub Profile
@vinhloc30796
vinhloc30796 / Justfile
Last active February 20, 2025 14:47
A Justfile that sets the foundation for my others
# List all commands
default:
just --list
# Add the directory tree to .notes/directory_structure.md, prefixed by datetime, dynamically accounting for whatever's in .gitignore
[group('notes')]
tree directory=".":
#!/usr/bin/env bash
# Add timestamp header
echo "Generated on $(date '+%Y-%m-%d %H:%M:%S')" > .notes/directory_structure.tree