Commit graph

89 commits

Author SHA1 Message Date
LoricAndre 04d79e664e docs: add note about fuzziness of interactive examples (fixes #543)
Some checks are pending
release-please / release-please (push) Waiting to run
release-please / setup-release (push) Blocked by required conditions
release-please / publish-crate (push) Blocked by required conditions
release-please / Build release binaries (aarch64, apple-darwin) (push) Blocked by required conditions
release-please / Build release binaries (aarch64, unknown-linux-musl) (push) Blocked by required conditions
release-please / Build release binaries (arm, unknown-linux-musl) (push) Blocked by required conditions
release-please / Build release binaries (armv7, unknown-linux-musl) (push) Blocked by required conditions
release-please / Build release binaries (x86_64, apple-darwin) (push) Blocked by required conditions
release-please / Build release binaries (x86_64, unknown-linux-musl) (push) Blocked by required conditions
Build & Test / unittests (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Waiting to run
Build & Test / unittests (macos, macos-latest, stable, x86_64-apple-darwin) (push) Waiting to run
Build & Test / e2e (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Waiting to run
Build & Test / e2e (macos, macos-latest, stable, x86_64-apple-darwin) (push) Waiting to run
Build & Test / clippy (push) Waiting to run
Build & Test / rustfmt (push) Waiting to run
2024-12-03 14:01:29 +01:00
Kirisame bdaac9c8ff
docs: missing backtick in install commands (#646) 2024-12-03 09:02:24 +01:00
LoricAndre 3d99879d4e fix: revert README overwrite
Some checks are pending
release-please / release-please (push) Waiting to run
release-please / setup-release (push) Blocked by required conditions
release-please / publish-crate (push) Blocked by required conditions
release-please / Build release binaries (aarch64, apple-darwin) (push) Blocked by required conditions
release-please / Build release binaries (aarch64, unknown-linux-musl) (push) Blocked by required conditions
release-please / Build release binaries (arm, unknown-linux-musl) (push) Blocked by required conditions
release-please / Build release binaries (armv7, unknown-linux-musl) (push) Blocked by required conditions
release-please / Build release binaries (x86_64, apple-darwin) (push) Blocked by required conditions
release-please / Build release binaries (x86_64, unknown-linux-musl) (push) Blocked by required conditions
Build & Test / unittests (macos, macos-latest, stable, x86_64-apple-darwin) (push) Waiting to run
Build & Test / unittests (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Waiting to run
Build & Test / e2e (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Waiting to run
Build & Test / e2e (macos, macos-latest, stable, x86_64-apple-darwin) (push) Waiting to run
Build & Test / clippy (push) Waiting to run
Build & Test / rustfmt (push) Waiting to run
2024-12-02 19:49:01 +01:00
LoricAndre c9f9025da9 fix: undo sk-tmux deprecation 2024-11-30 23:01:21 +01:00
LoricAndre f6eb98e514
docs: add fzf-lua and nu_plugin_skim to the README (#626)
* docs: add fzf-lua and nu_plugin_skim to the README

* work on the doc

* [skip ci] add repology table

* [skip ci] remove icon deps from fzf-lua doc

* [skip ci] update toc

---------

Co-authored-by: LoricAndre <loric.andre@pm.me>
2024-11-27 21:44:18 +01:00
LoricAndre a2d8c3f602
feat: add --tmux flag (deprecates sk-tmux, fixes #596) (#603)
* feat: add `--tmux` flag (deprecates sk-tmux, fixes #596)

* clippy & fmt

* chore: generate doc & completions

* fix: copy stdin to tmux call

* fix: ignore stdin if not piped

* fix: stream stdin instead of punctual copy

* remove tmp dir & clippy

* fmt

* test: add basic tmux test

* fix tests

* use regex to fix tests on macos

* add unittests

* add deprecation warning to the readme

* use tmux flag in key-bindings

* fix tests on macos

* chore: improve PR ci (#617)

* Bump unicode-width from 0.1.14 to 0.2.0 (#616)

Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.14 to 0.2.0.
- [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.14...v0.2.0)

---
updated-dependencies:
- dependency-name: unicode-width
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump nix from 0.25.1 to 0.29.0 (#614)

Bumps [nix](https://github.com/nix-rust/nix) from 0.25.1 to 0.29.0.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.25.1...v0.29.0)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump env_logger from 0.9.3 to 0.11.5 (#615)

Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.9.3 to 0.11.5.
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-cli/env_logger/compare/v0.9.3...v0.11.5)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: LoricAndre <57358788+LoricAndre@users.noreply.github.com>

* chore: improve PR ci

* disable cache on fmt job

* add title check

* clean

* Create pr.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: LoricAndre <loric.andre@pm.me>

* revert mangen & compgen for merge

* merge master

* fix

* revert readme merge issues

* make TmuxOptions private

* directly invoke tmux

* better handling of tmux

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: LoricAndre <loric.andre@pm.me>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-27 21:43:57 +01:00
khafatech 4b4795e9bc
Fix example link and some typo in Readme (#605)
Some checks are pending
Build & Test / e2e (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Waiting to run
Build & Test / e2e (macos, macos-latest, stable, x86_64-apple-darwin) (push) Waiting to run
Build & Test / clippy (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Waiting to run
Build & Test / clippy (macos, macos-latest, stable, x86_64-apple-darwin) (push) Waiting to run
Build & Test / rustfmt (push) Waiting to run
* Fix example link in README.md

* Fix typo and improve punctuation

* change example url to the correct repo

* Fix some links and wording

* Add support for install on Linux armv7l, aarch64 and Darwin arm64 (#413)

Also,

- Use the Github API to download the latest `version`
- Use the new release artefact format
- Fix grep pattern to work across Mac / Linux
- Fix version check to strip out `sk` prefix
- Exit when existing version already matches

This allows the install script to work with Raspbian running on a
Raspberry Pi

* chore: remove some platform-specific quirkinesses from e2e (#602)

* chore: remove some platform-specific quirkinesses from e2e

* debug

* Revert "debug"

This reverts commit ed065c3e26.

---------

Co-authored-by: LoricAndre <loric.andre@pm.me>

* Improve grammar and wording in the readme

---------

Co-authored-by: LoricAndre <57358788+LoricAndre@users.noreply.github.com>
Co-authored-by: Rohan Jain <crodjer@proton.me>
Co-authored-by: LoricAndre <loric.andre@pm.me>
2024-11-26 21:03:29 +01:00
LoricAndre a4f1d90e7a
Fix workflow badge & remove references to lotabout in repo url
Some checks are pending
Build & Test / rustfmt (push) Waiting to run
Build & Test / test (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Waiting to run
Build & Test / test (macos, macos-latest, stable, x86_64-apple-darwin) (push) Waiting to run
Build & Test / clippy (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Waiting to run
Build & Test / clippy (macos, macos-latest, stable, x86_64-apple-darwin) (push) Waiting to run
2024-11-22 17:27:32 +01:00
LoricAndre 014903c8d9
Update README.md 2024-11-22 13:19:58 +01:00
LoricAndre ab708046e4
Update README.md 2024-11-22 13:19:31 +01:00
Jorge Gomez 5ef1b593b0
add guix package manager instructions (#487)
Co-authored-by: LoricAndre <57358788+LoricAndre@users.noreply.github.com>
2024-11-18 17:14:48 +01:00
Swapnil Bhowmik a8869d7d91
Added installation command for void linux (#560)
* Update README.md

* Update README.md

Co-authored-by: yazgoo <yazgoo@users.noreply.github.com>

---------

Co-authored-by: LoricAndre <57358788+LoricAndre@users.noreply.github.com>
Co-authored-by: yazgoo <yazgoo@users.noreply.github.com>
2024-11-18 17:13:21 +01:00
yazgoo cd1f85710c document display issue + fix 2023-05-04 09:38:18 +02:00
yazgoo f9438c390d
Merge pull request #522 from vitaly-zdanevich/patch-1 2023-03-22 18:24:19 +01:00
TD-Sky 75a0b81fcb doc(discord): discord invitation link 2023-03-15 11:46:21 +08:00
Vitaly Zdanevich 6b735d1273
README.md: "Package Managers": add Portage 2023-03-13 14:24:30 +03:00
Merlin 3042d4748e
Include repology reference
`skim` is packaged in more then the listed repositories. By referring to repology everyone can easily check whether their package manager of choice has it. Also the list at repology auto updates and includes the information which versions are packaged.
2022-10-17 08:00:39 +02:00
Jinzhou Zhang e15433b0cf [ci] use github actions for release 2021-02-15 17:50:43 +08:00
Marcus Buffett b02e3d6d0b
Update README.md 2020-12-08 10:41:18 -05:00
Matthias Braun 76d9e970bc
Fix typos in README.md 2020-12-03 11:25:59 +01:00
Lothar Haeger f654cdeff4
Add MacPorts install option 2020-10-21 10:18:10 +02:00
Jihchi Lee 199212f4f2
Fix a trivial typo
Just one character though..
2020-10-21 08:32:26 +08:00
Jinzhou Zhang 63c4312568 update doc 2020-10-18 21:35:55 +08:00
Jinzhou Zhang 40a7a98844
Merge branch 'master' into tiebreak-by-length 2020-07-01 08:19:27 +08:00
Jinzhou Zhang f50abf6af0 fix #298: sample in README fail to compile 2020-04-02 16:01:42 +08:00
Jinzhou Zhang 0b9beed5fc version 0.8.1 2020-04-01 21:15:44 +08:00
Allen Hsu 89b1a3e8be Support tiebreak based on length of original text. 2020-02-24 17:54:57 +10:00
Jinzhou Zhang e3f3d35561 [collector] add helper SkimItemReader 2020-02-05 17:48:54 +08:00
Jinzhou Zhang c5ca24d2d6 version 0.7.0 2020-01-15 09:51:33 +08:00
Alexander Regueiro b1d00fbc6c
A few things I missed 2020-01-06 23:36:49 +00:00
Alexander Regueiro 54923ae722
Fixed hard-wrapping of lines 2020-01-06 23:33:23 +00:00
Alexander Regueiro 32f6dd9a34
A few updates to the README
* Added more examples to "interactive commands" section.
* Added language tags to all code blocks.
* Fixed minor grammatical points.
2020-01-06 23:30:17 +00:00
takidelfin 74831af81b
docs: add installation instructions for arch linux 2019-12-25 20:06:59 +00:00
Jinzhou Zhang b4de43766b version 0.6.9 2019-09-22 07:55:51 +08:00
Jinzhou Zhang 3a57cf96d3 fix #189 instruction of installation on alpine 2019-07-22 07:29:13 +08:00
Igor Gnatenko 496087c310
Add installation instructions for Fedora 2019-07-21 11:04:39 +02:00
Jinzhou Zhang d382e5d128 version 0.6.8 2019-06-23 10:24:48 +08:00
Jinzhou Zhang d1ba7f42d1 [doc] simplify README and point to man page 2019-06-08 11:20:03 +08:00
Jinzhou Zhang 15918483ee version 0.6.7 2019-05-31 10:10:40 +08:00
Jinzhou Zhang bf7147dd36
Merge pull request #169 from ngirard/patch-5
README.md: add crates.io svg.
2019-05-03 12:31:16 +08:00
ngirard 5233c97f8b
README.md: add crates.io svg. 2019-05-03 00:01:29 +02:00
ngirard a6a5245d51
README.md: Use as a library: remove extraneous line in example code. 2019-05-02 23:08:14 +02:00
Jinzhou Zhang c7e4993462
[doc] brew install sk 2019-04-15 08:12:18 +08:00
Jinzhou Zhang e7da5accbd version 0.6.6 2019-04-03 09:36:40 +08:00
Jinzhou Zhang fa42ce33bd version 0.6.5 2019-04-01 08:26:05 +08:00
Jinzhou Zhang 53cd17d13d [doc] version 0.6.4 2019-03-26 00:03:35 +08:00
Jinzhou Zhang 3eb9c4388c [doc] version 0.6.3 2019-03-25 08:16:54 +08:00
Jinzhou Zhang 77195b9162 [doc] introducing execute feature 2019-03-21 21:39:31 +08:00
Jinzhou Zhang c3f0fd8e70 version 0.6.2 2019-03-19 21:27:22 +08:00
Jinzhou Zhang 1c8a1b7159 version 0.6.1 2019-03-17 21:28:52 +08:00