summaryrefslogtreecommitdiff
path: root/TODO.asciidoc
blob: 6fa6954bf64f13891fd5cf24616bb9c2b6f2215f (plain)
    1 TODO
    2 ====
    3 
    4 
    5 Note
    6 ----
    7 
    8 The items listed in this file are not listed in order of importance or in the
    9 order they might be worked on. They're just added to the bottom and marked as
   10 completed when they're complete.
   11 
   12 
   13 
   14 Pending
   15 -------
   16 * Sort configuration through program arguments
   17 * Sort by name
   18 * Implement path.append
   19 * Implement path.basename (path to the parent directory)
   20 * Better implement relative path handling
   21 * Handle new notes being created in subdirectories that don't exist yet (hint
   22   hint: it fails)
   23 * Integrate support for git versioning, repo creation, etc.
   24 
   25 
   26 Completed
   27 ---------
   28 * Implement sort-by-modified-date
   29 * Implement last-modified date output
   30 * Implement path.exists
   31 * Implement path.create (path to the parent directory)
   32 * Automatically open for edit the specified note without requiring the edit
   33   if note name is the first argument
   34 * Write "init" command to create the configured notes directory if it doesn't
   35   exist.
   36 * Implement better subdirectory handling when listing notes
   37 * Implement rm action to delete notes

Generated by cgit