summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-09-30Remove unnecessary bindingdevelopSam Tay
2022-08-24Fix missing feature flagsv0.4.9Sam Tay
Not sure how these got deleted
2022-08-24Bump version to 0.4.9Sam Tay
2022-08-24Add help text, closes #24Sam Tay
2022-08-24Allow opening browser from lucky promptSam Tay
And fix hardcoded stackoverflow link bug
2022-08-22Dont block tokio taskSam Tay
2022-08-22Bump depsSam Tay
2022-08-21Bump version to 0.4.8v0.4.8Sam Tay
2022-08-21Add key to open SE answer in browserSam Tay
2022-08-21Re-enable homebrew bump actionSam Tay
2022-08-21Try building armv7v0.4.7Sam Tay
Dont re-send this to homebrew
2022-08-21Fix install scriptSam Tay
2022-08-21Update README.mdSam Tay
2022-08-21Fix missing ssl depSam Tay
2022-08-21Reformat changelogSam Tay
To appease github action, hopefully
2022-08-21Bump version to 0.4.7Sam Tay
2022-08-21Fix clippy lintsSam Tay
2022-08-21Create GH ci checkSam Tay
2022-08-20Add docs for sys clipboardSam Tay
2022-08-20Build on main branchSam Tay
2022-08-20Auto close success/error messageSam Tay
2022-08-20Add shortcut to copy contents to clipboardSam Tay
2022-06-06Merge pull request #21 from samtay/dependabot/cargo/regex-1.5.6Sam Tay
Bump regex from 1.5.4 to 1.5.6
2022-06-06Bump regex from 1.5.4 to 1.5.6dependabot[bot]
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.6) --- updated-dependencies: - dependency-name: regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2022-05-29Merge pull request #20 from public-rant/patch-1Sam Tay
Update README.md
2022-05-29Update README.mdRichard Anthony
DuckDuckGone?
2022-05-19Merge pull request #19 from ehaupt/patch-1Sam Tay
Add instructions on how to install on FreeBSD
2022-05-19Add instructions on how to install on FreeBSDEmanuel Haupt
Now that `so` has been added to the FreeBSD ports tree add instructions on how to install via `pkg`. Also add a [repology](https://repology.org) badge about the packaging status of this wonderful project.
2022-02-22Bump version to v0.4.6v0.4.6Sam Tay
2022-02-22Obey clippySam Tay
2022-02-22Use Google as the default search engineSam Tay
Since DDG has been blocking requests lately #16
2022-01-18Merge pull request #18 from gyscos/masterSam Tay
Update to cursive 0.17
2022-01-12Update to cursive 0.17Alexandre Bury
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