ephraim / lcurse

Python script to have a "curse" compatible client for linux
The Unlicense
51 stars 24 forks source link

Add compatibility for pure command-line use? #28

Open fosspill opened 7 years ago

fosspill commented 7 years ago

Hello!

It would be wonderful to have support for pure command-line use (for those of us who dislike buttons and stuff).

I'll start fiddling with this on my own repo, but I'd like to leave this issue open in case anyone else (that actually know what they are doing) wants to help out :)

ephraim commented 7 years ago

added a console.py which is at least a start :) .... good idea btw. it checks all addons and updates that which needs an update.

fosspill commented 7 years ago

That's awesome! Now we just need some switches and arguments so we can add new Addons and remove them there.

Awesome work @ephraim.