mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-11-16 14:30:44 -06:00
11 lines
329 B
Nim
11 lines
329 B
Nim
##[
|
|
# Hwylterm
|
|
|
|
see also these utility modules with extra dependencies:
|
|
|
|
- [cligen adapter](./hwylterm/cligen.html), requires [cligen](https://github.com/c-blake/cligen)
|
|
- [chooser](./hwylterm/chooser.html), requires [illwill](https://github.com/johnnovak/illwill)
|
|
]##
|
|
|
|
import hwylterm/[spin, bbansi]
|
|
export spin, bbansi
|