mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-09 16:00:35 +00:00
Tweak README for badges and typos
This commit is contained in:
parent
54ab8d847a
commit
c1a5599913
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -41,6 +41,7 @@ jobs:
|
|||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
build-mac:
|
build-mac:
|
||||||
|
needs: test
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -55,6 +56,7 @@ jobs:
|
|||||||
path: ./target/release/thumbs
|
path: ./target/release/thumbs
|
||||||
|
|
||||||
build-linux:
|
build-linux:
|
||||||
|
needs: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
10
README.md
10
README.md
@ -1,6 +1,10 @@
|
|||||||
# tmux-thumbs
|
# tmux-thumbs
|
||||||
|
|
||||||
![](https://travis-ci.com/fcsonline/tmux-thumbs.svg?branch=master)
|
[![Build Status](https://github.com/fcsonline/tmux-thumbs/workflows/Rust/badge.svg)](https://github.com/fcsonline/tmux-thumbs/actions)
|
||||||
|
[![dependency status](https://deps.rs/repo/github/fcsonline/tmux-thumbs/status.svg)](https://deps.rs/repo/github/fcsonline/tmux-thumbs)
|
||||||
|
[![Coverage Status](https://coveralls.io/repos/github/fcsonline/tmux-thumbs/badge.svg?branch=main)](https://coveralls.io/github/fcsonline/tmux-thumbs?branch=main)
|
||||||
|
[![Maintenance](https://img.shields.io/badge/maintenance-actively%20maintained-brightgreen.svg)](https://deps.rs/repo/github/fcsonline/tmux-thumbs)
|
||||||
|
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
|
||||||
|
|
||||||
A lightning fast version of [tmux-fingers](https://github.com/Morantron/tmux-fingers) written in [Rust](https://www.rust-lang.org/) for copy pasting with vimium/vimperator like hints.
|
A lightning fast version of [tmux-fingers](https://github.com/Morantron/tmux-fingers) written in [Rust](https://www.rust-lang.org/) for copy pasting with vimium/vimperator like hints.
|
||||||
|
|
||||||
@ -297,7 +301,7 @@ For example:
|
|||||||
set -g @thumbs-multi-fg-color green
|
set -g @thumbs-multi-fg-color green
|
||||||
```
|
```
|
||||||
|
|
||||||
### @thumbs-select-bg-color
|
### @thumbs-multi-bg-color
|
||||||
|
|
||||||
`default: black`
|
`default: black`
|
||||||
|
|
||||||
@ -306,7 +310,7 @@ Sets the background color for multi selected item
|
|||||||
For example:
|
For example:
|
||||||
|
|
||||||
```
|
```
|
||||||
set -g @thumbs-select-bg-color red
|
set -g @thumbs-multi-bg-color red
|
||||||
```
|
```
|
||||||
|
|
||||||
### @thumbs-contrast
|
### @thumbs-contrast
|
||||||
|
Loading…
Reference in New Issue
Block a user