summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-06-30Fix bench configv0.4.5Sam Tay
2021-06-30Bump versionSam Tay
2021-06-30Fix google parserSam Tay
2021-06-29Update deps - closes #5v0.4.4Sam Tay
2021-03-14Update depsSam Tay
2021-03-14Obey clippySam Tay
2021-01-27Create FUNDING.ymlSam Tay
2021-01-26Merge pull request #14 from Byron/masterSam Tay
Reduce crate size considerably using 'include' directive in manifest
2021-01-26Fix packaging issue due to benchmarks not foundSebastian Thiel
2021-01-26add whole 'themes' folder, it's required during compilationSebastian Thiel
2021-01-19Merge pull request #15 from gyscos/masterSam Tay
Update to cursive 0.16
2021-01-19Update to cursive 0.16Alexandre Bury
2021-01-15Reduce crate size considerably using 'include' directive in manifestSebastian Thiel
Please let me know if there is anything else that should be included and I am happy to make the fix. This is the output of `cargo diet`. ``` ➜ so git:(master) cargo diet ┌─────────────────────────────────────────┬─────────────┐ │ Removed File │ Size (Byte) │ ├─────────────────────────────────────────┼─────────────┤ │ .gitignore │ 24 │ │ test/.gitattributes │ 30 │ │ .github/workflows/bump_brew_formula.yml │ 313 │ │ themes/tomorrow.toml │ 366 │ │ themes/tomorrow_night_80s.toml │ 378 │ │ .github/ISSUE_TEMPLATE/bug_report.md │ 487 │ │ ci/before_deploy.ps1 │ 539 │ │ ci/script.sh │ 545 │ │ ci/before_deploy.sh │ 631 │ │ benches/md_parsing.rs │ 857 │ │ roadmap.md │ 1018 │ │ themes/default.toml │ 1344 │ │ ci/install.sh │ 1352 │ │ .github/CONTRIBUTING.md │ 1574 │ │ .travis.yml │ 1867 │ │ appveyor.yml │ 2000 │ │ TODO.md │ 2127 │ │ docs/install.sh │ 2343 │ │ benches/html_parsing.rs │ 2649 │ │ test/duckduckgo/bad-user-agent.html │ 5783 │ │ assets/logo.png │ 39361 │ │ test/duckduckgo/tagged.html │ 71504 │ │ test/duckduckgo/exit-vim.html │ 72157 │ │ test/google/parsing-q.html │ 210638 │ │ test/google/exit-vim.html │ 219267 │ │ assets/demo.gif │ 3776432 │ └─────────────────────────────────────────┴─────────────┘ Saved 98% or 4.4 MB in 26 files (of 4.5 MB and 46 files in entire crate) ```
2021-01-14Update README.mdSam Tay
2021-01-14Update email addressSam Tay
2021-01-14Fix cross builds in CIv0.4.3Sam Tay
2021-01-14Bump versionSam Tay
2021-01-13Fix syn dependency issue, closes #13Sam 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