Commit graph

10 commits

Author SHA1 Message Date
LoricAndre c364c5f128
chore: remove workspace (#883)
* chore: remove workspace

* chore: regen dist config

* fix: readme path

* chore: extra-artifacts as files

* chore: generate dist CI

* chore: prepare for prerelease

* chore: switch to include + generate-files

* chore: use run step for generate-files

---------

Co-authored-by: Loric André <loric.andre@noreply.me>
2026-01-13 11:34:10 +01:00
LoricAndre 7df8b77739
feat: use clap & derive for options, manpage & completions (#586)
Some checks failed
Build & Test / test (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Has been cancelled
Build & Test / test (macos, macos-latest, stable, x86_64-apple-darwin) (push) Has been cancelled
Build & Test / clippy (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Has been cancelled
Build & Test / clippy (macos, macos-latest, stable, x86_64-apple-darwin) (push) Has been cancelled
Build & Test / rustfmt (push) Has been cancelled
* feat: use clap & derive for options, manpage & completions

* clippy & fmt

* fix: correctly handle errors

* fix: disable doctest

* fix: readd replstr

* fix: reserve --tmux until it is implemented

* explicit panic messages for history files

* fix after merge

---------

Co-authored-by: LoricAndre <loric.andre@pm.me>
2024-11-20 17:01:08 +01:00
LoricAndre 8a579837da chore: fix clippy 2024-11-07 17:12:16 +01:00
grant0417 7d922a02a0 chore: update deps and fix lots of clippy lints 2022-08-21 01:38:16 -07:00
Jinzhou Zhang 83080e305e fix #216 support item specific preview hook method 2020-02-05 15:04:15 +08:00
Jinzhou Zhang bbd8f91eac introduce new trait SkimItem 2020-02-04 22:59:36 +08:00
ngirard 40f35c6c47
sample.rs: remove extraneous line. 2019-05-02 23:20:17 +02:00
Jinzhou Zhang 74a1319095 [lib] return item instead of matched items 2018-06-03 08:47:15 +08:00
Jinzhou Zhang a6de5970bc [rustfmt] reformat the code 2018-06-02 19:00:58 +08:00
Jinzhou Zhang 1bb74b4568 add example for using library
However the library could only be used once cause it did not release the
resources correctly.
2018-06-02 10:57:47 +08:00