Initial commit

This commit is contained in:
2025-03-09 21:32:00 +01:00
commit 6ee95a2f3b
2 changed files with 26 additions and 0 deletions

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# libdib
libdib is a python libarary that unifies the text-based REPL of the programs running in the [dibbler](https://wiki.pvv.ntnu.no/wiki/Drift/Dibbler) terminal.
It is for the most part a wrapper around python's standard library [cmd](https://docs.python.org/3/library/cmd.html), with some extra features.