summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-07-15Add some basic TUI teststui-testSam Tay
2020-07-13Bump deps - closes #8v0.4.2Sam Tay
2020-07-12Refactor tui::views::LayoutSam Tay
Separates refocus from relayout
2020-07-12Run rustfmtSam Tay
2020-07-10Add scoop installation option for windowsSam Tay
2020-07-10Refactor cli moduleSam Tay
This allows testing the CLI interface
2020-07-10Bump versionv0.4.1Sam Tay
2020-07-10Remove dead codeSam Tay
2020-07-10Refactor the CLI spinnerSam Tay
2020-07-10Refactor term moduleSam Tay
Move all of the mutable skin management within a Term struct. Also, just like the config refactor, move functions in term module up into Term implementation as associated functions
2020-07-10Add hidden --print-config-path for debuggingSam Tay
And refactor config to put functions under Config implementation; this seems more Rustic, based on my limited experience looking at other codebases.
2020-07-10Update homebrew formula to core tapSam Tay
2020-07-10Add github action to auto PR to homebrew-coreSam Tay
2020-07-07Bump versionv0.4.0Sam Tay
2020-07-07Update TODOsSam Tay
2020-07-07Add unicode testSam Tay
Seeing if this fails in appveyor build
2020-07-07Obey clippySam Tay
2020-07-06Bump to crossterm 0.17.6Sam Tay
But this doesnt quite solve #3 due to tokio dep
2020-07-06Add AUR installation optionSam Tay
2020-07-06Add keybinding to help menuSam Tay
This has been around for a while, but might be useful for users to know about
2020-07-06Add changelogSam Tay
2020-07-05Use "black" as default highlight_textSam Tay
This seems to work better for most terminals
2020-07-05Update README.mdSam Tay
Add Arch Linux & Mac installation options. Fix location of config directory on Mac. Add a note about highlight_text.
2020-07-04Align text in help menuSam Tay
2020-07-04Merge pull request #1 from zynaxsoft/feat/quit-on-qSam Tay
Add "q" key binding for exitting the app.
2020-07-05Update helpTanapol Prucksakorn
2020-07-04Add "q" key binding for quitting the app.Tanapol Prucksakorn
2020-07-02Remove dead code & commentsSam Tay
2020-07-02Update tomorrow themes' highlight stylesSam Tay
2020-07-02Bump versionv0.3.6Sam Tay
2020-07-02Fix fragmented highlight stylesSam Tay
2020-07-02Solve "bug"Sam Tay
This was happening to me because I have a zsh alias vim=nvim
2020-07-01Update demo gifSam Tay
2020-07-01Use include_str instead of duplicating themeSam Tay
2020-07-01Add a CLI spinnerSam Tay
2020-06-30Update readmeSam Tay
2020-06-30Update TODOSam Tay
2020-06-30Update issue templatesSam Tay
2020-06-30Bump versionv0.3.5Sam Tay
2020-06-30Update TODOsSam Tay
2020-06-30Update readmeSam Tay
2020-06-30Use Chaz's logoSam Tay
2020-06-30Update demoSam Tay
2020-06-28Bump versionv0.3.4Sam Tay
2020-06-28Move .gitattributes fileSam Tay
2020-06-28Run CI on `develop` branchSam Tay
2020-06-28Remove unused dependenciesSam Tay
2020-06-28Improve scrolling controlsSam Tay
2020-06-28Fix handling newlines in markdownSam Tay
2020-06-28Add a key-bindings help popupSam Tay