summaryrefslogtreecommitdiffstats
path: root/up.go
AgeCommit message (Expand)Author
2018-10-26et al.v0.2Mateusz Czapliński
2018-10-26Merge branch 'pr3'Mateusz Czapliński
2018-10-26add missing AUTHORS fileMateusz Czapliński
2018-10-26implement my review requestsMateusz Czapliński
2018-10-25add -o/--output-script optionMateusz Czapliński
2018-10-25add help info about Enter keyMateusz Czapliński
2018-10-25better saving or printing of command after exitMateusz Czapliński
2018-10-25update version to 0.2Mateusz Czapliński
2018-10-25rename unsafe modeMateusz Czapliński
2018-10-25add more TODOsMateusz Czapliński
2018-10-25cleanup TODOsMateusz Czapliński
2018-10-25remove unused experimental colorsMateusz Czapliński
2018-10-25experiments with colorsMateusz Czapliński
2018-10-25initial sketch of Enter-driven executionMateusz Czapliński
2018-10-24feat: use pflag instead of flagRohan Verma
2018-10-24feat: use flag library instead of custom flag parserRohan Verma
2018-10-21fix displaying last line if not ended with newlineMateusz Czapliński
2018-10-21remove done TODOs; add Ctrl-D key shortcutMateusz Czapliński
2018-10-21fix a bug in Buf.NewReader not reloading Buf.nMateusz Czapliński
2018-10-21fix behavior of Ctrl-S & Ctrl-QMateusz Czapliński
2018-10-21attempt at fixing Ctrl-S to emit EOF; failedMateusz Czapliński
2018-10-21add pauseMateusz Czapliński
2018-10-21add help messageMateusz Czapliński
2018-10-20show stdin capture status as magic characterMateusz Czapliński
2018-10-20add Region helper typeMateusz Czapliński
2018-10-20add some TODOsMateusz Czapliński
2018-10-20fix left-clip markersMateusz Czapliński
2018-10-20delete Buf.Snapshot functionMateusz Czapliński
2018-10-20start migrating away from Buf.SnapshotMateusz Czapliński
2018-10-20add helper func triggerRefreshMateusz Czapliński
2018-10-19refactor for better readability and styleMateusz Czapliński
2018-04-09add basic --debug flagMateusz Czapliński
2018-04-09improve performance by removing busy-waitMateusz Czapliński
2018-04-09rename BufDrawing/style to BufViewMateusz Czapliński
2018-04-02add TODO about readme etc.Mateusz Czapliński
2018-04-01add license header and edit the package docMateusz Czapliński
2018-03-11emit newline at end of upN.sh scriptsMateusz Czapliński
2018-03-11more TODOsMateusz Czapliński
2018-03-11on ctrl-x, write the script to upN.shMateusz Czapliński
2018-03-11handle horizontal scrolling with ctrl-left/rightMateusz Czapliński
2018-03-11in Editor, ignore arrow keys with modifiersMateusz Czapliński
2018-03-11migrate to tcell, to allow handling C-Left etcMateusz Czapliński
2018-03-11show original input if command is emptyMateusz Czapliński
2018-03-11handle Pgup/Pgdn & add Y limit in BufMateusz Czapliński
2018-03-10up/down arrowMateusz Czapliński
2018-03-10modify Esc handling to avoid accidental quits by weird keysMateusz Czapliński
2018-03-10truncate long lines instead of wrappingMateusz Czapliński
2018-03-10clear linesMateusz Czapliński
2018-03-10quick and dirty workaround for busy waitMateusz Czapliński
2018-03-10fix to compileMateusz Czapliński