rodo/config.rkt

13 lines
292 B
Racket
Raw Normal View History

#lang racket/base
2018-04-12 18:25:19 +00:00
(provide (all-defined-out))
(define program-name "rodo")
(define program-directory ".rodo/")
(define program-path "~/")
(define program-file "todo-list")
(define remove-command "rm")
(define add-command "add")
(define list-command "ls")
(define initialize-command "init")