slate-0.13.0.0: A note taking CLI tool.

Safe HaskellSafe
LanguageHaskell2010

Command

Documentation

data Command Source #

Constructors

Add Slate Note 
Done Slate (Maybe NoteId) 
Todo Slate (Maybe NoteId) 
Doing Slate (Maybe NoteId) 
Remove Slate NoteId 
Display Slate Filter 
Rename Slate Slate 
Wipe Slate Filter 
Status Slate 
Sync 
Instances
Eq Command Source # 
Instance details

Defined in Command

Methods

(==) :: Command -> Command -> Bool #

(/=) :: Command -> Command -> Bool #

Show Command Source # 
Instance details

Defined in Command