Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
docs: add status badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tsonglew committed Dec 7, 2024
1 parent 88ecb06 commit a95f41a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ jobs:
- name: Run tests
run: cargo test --verbose

clippy:
name: Clippy
runs-on: macos-latest
steps:
- uses: actions/checkout@v3

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
components: clippy

- name: Rust Cache
uses: Swatinem/rust-cache@v2

- name: Run clippy
run: cargo clippy -- -D warnings
# clippy:
# name: Clippy
# runs-on: macos-latest
# steps:
# - uses: actions/checkout@v3

# - name: Install Rust toolchain
# uses: dtolnay/rust-toolchain@stable
# with:
# components: clippy

# - name: Rust Cache
# uses: Swatinem/rust-cache@v2

# - name: Run clippy
# run: cargo clippy -- -D warnings

build:
name: Build
Expand Down
5 changes: 5 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Dutis

[![CI](https://github.com/tsonglew/dutis/actions/workflows/ci.yml/badge.svg)](https://github.com/tsonglew/dutis/actions/workflows/ci.yml)
[![License](https://img.shields.io/github/license/tsonglew/dutis)](https://github.com/tsonglew/dutis/blob/master/LICENSE)
[![Crates.io](https://img.shields.io/crates/v/dutis)](https://crates.io/crates/dutis)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/tsonglew/dutis)](https://github.com/tsonglew/dutis/releases)

A command-line tool to manage default applications for file types on macOS. It provides an interactive interface to set default applications for individual file extensions or groups of related file types (like video, audio, images, etc.).

> ⚠️ **Note**: This tool is designed specifically for macOS and will not work on other operating systems.
Expand Down

0 comments on commit a95f41a

Please sign in to comment.