Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 219 Bytes

File metadata and controls

9 lines (8 loc) · 219 Bytes

Save things on obisdian vault

  capture() {
      local file="/Volumes/matheus/knowledge-base/00_Inbox/Captures/$(date +%Y-%m-%d-%H%M%S).md"
      echo "$*" > "$file"
      echo "✓ Captured to $file"
  }