diff --git a/README.md b/README.md new file mode 100644 index 0000000..39e96cd --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +## Cursetree +Anything is better than ncurses... And yeah realistically you should just use rust, +but masochists like me will continue using C. So here, enjoy cursetree <3 diff --git a/TODO.md b/TODO.md index eec8193..5c53eee 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,5 @@ -- [ ] Learn about different terminals and supported escape sequences -- [ ] Create an alternative to ncurses, migrate away from ncurses to be standalone +- [X] Learn about different terminals and supported escape sequences - [ ] Try to use graph theory and shortest-path estimation on weighted graphs - (I think there's a new best algorithm out now) - [ ] Create a C library for reading/writing and terminal commands based on terminfo databases (try running `infocmp -D`)