From c1a5599913c7e339fd65d14a297ff74424e7016f Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Wed, 21 Jul 2021 14:33:09 +0000 Subject: [PATCH] Tweak README for badges and typos --- .github/workflows/rust.yml | 2 ++ README.md | 10 +++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 482261a..badf07f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -41,6 +41,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} build-mac: + needs: test runs-on: macos-latest steps: @@ -55,6 +56,7 @@ jobs: path: ./target/release/thumbs build-linux: + needs: test runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index 5b3a613..1bb49e7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # 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. @@ -297,7 +301,7 @@ For example: set -g @thumbs-multi-fg-color green ``` -### @thumbs-select-bg-color +### @thumbs-multi-bg-color `default: black` @@ -306,7 +310,7 @@ Sets the background color for multi selected item For example: ``` -set -g @thumbs-select-bg-color red +set -g @thumbs-multi-bg-color red ``` ### @thumbs-contrast