aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/fold.go
Commit message (Expand)AuthorAgeFilesLines
* commands: refactor registrationRobin Jarry2024-01-201-1/+6
* fold: remove aliases from structinwit2023-11-231-1/+1
* fold: add an option to fold/unfold all threadsinwit2023-11-231-2/+24
* fold: add an option to toggle foldinginwit2023-11-021-4/+6
* commands: use completion from go-optRobin Jarry2023-10-281-4/+0
* commands: parse arguments with go-optRobin Jarry2023-10-281-4/+0
* app: export global functionsRobin Jarry2023-10-101-4/+3
* widgets: rename package to appRobin Jarry2023-10-101-3/+3
* commands: add :fold and :unfold for thread foldingKoni Marti2023-07-161-0/+49