Commit graph

21 commits

Author SHA1 Message Date
rick e3af34a827
add delete command 2023-04-23 19:17:13 +02:00
rick 4a583272d6
fix bad line in write command 2023-04-23 19:16:47 +02:00
rick f0f059ea32
add append and refactor function for user input
add append command
fix problem where insert = append
create a function for reading user input (insert and append)
2023-04-23 17:54:23 +02:00
rick fde859a48a
fix insert 2023-04-23 17:42:28 +02:00
rick 916360671a
add todo 2023-04-23 11:50:56 +02:00
rick eada03a570
add range write and fix no truncate 2023-04-23 11:49:44 +02:00
rick 112cc09732
append become insert 2023-04-23 11:49:27 +02:00
rick 22d7ddca69 cargo fmt + clippy 2023-04-23 03:31:46 +02:00
rick db2adaae4c
add write command 2023-04-23 03:01:37 +02:00
rick a265b3a890
add exit mode to use q and Q 2023-04-23 02:59:28 +02:00
rick 394232a497
add append command 2023-04-23 01:11:46 +02:00
rick f9bb10d104
add error if command not found 2023-04-22 15:12:27 +02:00
rick bec4429c3a
add ; for print support and fix bug print line 2023-04-16 01:04:35 +02:00
rick 7bbda6fa66 add ; address support 2023-04-16 01:03:46 +02:00
rick cbd2669ef4
add print multi line 2023-04-14 14:50:54 +02:00
rick cec3beaf90
add multi address with , 2023-04-14 14:42:04 +02:00
rick 276cad9f09
GPL go brrr 2023-04-10 23:28:08 +02:00
rick e18f954cb0
add line address, change u32 for usize in Address
remove one useless print too
2023-04-10 23:16:38 +02:00
rick 1de2f2c5e0
move print to buffer, remove useless print 2023-04-10 23:15:33 +02:00
rick ccc536ec6a
add quit, remove enums and rework parsing command 2023-04-10 21:27:05 +02:00
rick fb9bfdeda8
first files 2023-04-10 19:43:12 +02:00