m455
|
8ebb1a3fc6
|
updated readme with instructions for using the binary
|
2018-07-30 22:33:48 -04:00 |
m455
|
7faead7a53
|
added binary for easy use
|
2018-07-30 22:30:14 -04:00 |
m455
|
e24a12df61
|
Merge branch 'master' of https://github.com/m455/rodo
|
2018-07-30 22:28:53 -04:00 |
m455
|
697ef24a6b
|
fixed typo
|
2018-07-30 22:28:42 -04:00 |
Jesse Laprade
|
0bdb09d3b0
|
Update README.md
|
2018-07-30 14:59:02 -04:00 |
Jesse Laprade
|
a871151f18
|
Update README.md
|
2018-07-30 14:57:43 -04:00 |
Jesse Laprade
|
9a00f4eaa5
|
Update README.md
|
2018-07-30 14:57:00 -04:00 |
Jesse Laprade
|
2456eaf36d
|
Update README.md
|
2018-07-29 21:27:21 -04:00 |
Jesse Laprade
|
4940c939ad
|
Update README.md
|
2018-07-29 09:55:23 -04:00 |
m455
|
697fb0a5b2
|
updated readme
|
2018-05-29 01:32:19 -04:00 |
m455
|
c0a419d650
|
updated readme
|
2018-05-28 23:31:55 -04:00 |
m455
|
99dfbc317d
|
updated READEME.md
|
2018-05-19 22:17:25 -04:00 |
m455
|
b62b8d18fb
|
updated READEME.md
|
2018-05-19 22:09:18 -04:00 |
m455
|
6fbaded464
|
updated READEME.md
|
2018-05-19 22:06:07 -04:00 |
m455
|
35569a4c04
|
updated READEME.md
|
2018-05-19 22:05:34 -04:00 |
m455
|
65beb6d7f1
|
updated READEME.md
|
2018-05-19 22:04:18 -04:00 |
m455
|
6c42714fb7
|
updated READEME.md
|
2018-05-19 22:03:00 -04:00 |
m455
|
fb245b1b8f
|
removed and fixed an unnecessary comma
|
2018-05-18 23:36:46 -04:00 |
m455
|
1d1afbfa78
|
items are now added as single items instead of converting to a list, when adding to the todo list
|
2018-04-28 09:56:30 -04:00 |
m455
|
22cecf9a11
|
changed two lets into one let
|
2018-04-28 09:31:39 -04:00 |
m455
|
d9aea661a1
|
moved feedback messages till after add and remove are done. now shows which item was removed
|
2018-04-26 00:24:35 -04:00 |
m455
|
fe35b97834
|
added a 'do not edit this file' message in the generated file
|
2018-04-21 09:54:15 -04:00 |
m455
|
4f70aa1400
|
removed 'bugs' section, because I removed the bugssss!
|
2018-04-21 09:27:09 -04:00 |
m455
|
c0a0aea882
|
just added a rest to make things proper haha
|
2018-04-21 09:21:10 -04:00 |
m455
|
a6fb9c3d29
|
stopped user from being able to remove a number that isn't in the list
|
2018-04-21 09:11:02 -04:00 |
m455
|
64681f005e
|
cleaned up the way an item is added to the list. it now creates a (lisp) list and appends the argument to the list, then writes the list to the file
|
2018-04-18 09:42:50 -04:00 |
m455
|
0a128707db
|
updated README.md to be a little more useful
|
2018-04-18 00:12:32 -04:00 |
m455
|
91c8def7e9
|
updated README.md to be a little more useful
|
2018-04-18 00:11:08 -04:00 |
m455
|
c4e837b533
|
updated README.md to be a little more useful
|
2018-04-18 00:08:38 -04:00 |
m455
|
a26aa06c26
|
updated README.md to be a little more useful
|
2018-04-18 00:04:10 -04:00 |
m455
|
c3851346ce
|
added a wrapper for ~/bin
|
2018-04-17 23:22:30 -04:00 |
m455
|
036011e7b3
|
added a wrapper for ~/bin
|
2018-04-17 23:21:47 -04:00 |
m455
|
bed696c543
|
added a wrapper for ~/bin
|
2018-04-17 23:20:58 -04:00 |
m455
|
c0c817206e
|
fixed bug that prevented user from adding long strings. turns out it was just a wrapper problem. changed an error message to a nicer message
|
2018-04-17 22:58:33 -04:00 |
m455
|
87b3851e0f
|
updated via script
|
2018-04-16 23:07:16 -04:00 |
m455
|
f917f2452b
|
updated via script
|
2018-04-16 23:05:18 -04:00 |
m455
|
05b03ea28b
|
can now remove items without errors, but have to improve the process of removing and adding items later
|
2018-04-16 09:57:38 -04:00 |
m455
|
e8c97fdba7
|
updated via script
|
2018-04-15 00:15:10 -04:00 |
m455
|
5b7338e4fa
|
fixed a weird bug where a trailing newline would make itself into an item
|
2018-04-13 02:35:59 -04:00 |
m455
|
76673f528d
|
updated help command
|
2018-04-13 02:14:51 -04:00 |
m455
|
1b007c883f
|
updated README
|
2018-04-13 02:10:24 -04:00 |
m455
|
88f4480f3a
|
fixed a little bug where if you first initialized and then tried to remove something from an empty file it would produce an error
|
2018-04-13 02:08:22 -04:00 |
m455
|
711cd96ddb
|
most things work now?
|
2018-04-13 01:02:48 -04:00 |
m455
|
6125f0e114
|
organized functions into files
|
2018-04-12 14:37:01 -04:00 |
m455
|
2c9720fe17
|
updated via script
|
2018-04-12 14:31:05 -04:00 |
m455
|
24f7600ea4
|
updated via script
|
2018-04-12 14:25:19 -04:00 |
m455
|
f7823deebc
|
splitting functions into different files
|
2018-04-10 12:53:34 -04:00 |
m455
|
e0e75438f5
|
updated via script
|
2018-04-10 12:47:51 -04:00 |
m455
|
0dcd0bf5ec
|
updated via script
|
2018-04-10 12:43:59 -04:00 |
m455
|
656089add8
|
updated via script
|
2018-04-09 21:35:13 -04:00 |