Skip to content

Commit

Permalink
update Metadata and README prior to first release
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
  • Loading branch information
seapagan committed Jul 22, 2024
1 parent d344181 commit 92b66a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ version = "0.1.0"
edition = "2021"
authors = ["Grant Ramsay <seapagan@gmail.com>"]
description = "A replacement for the 'ls' command written in Rust."
license = "MIT"
homepage = "https://seapagan.github.io/lsplus/"
repository = "https://github.com/seapagan/lsplus"
readme = "README.md"
categories = ["command-line-utilities","file-system"]
keywords = ["ls", "command-line", "utility", "file-system", "listing"]

[[bin]]
name = "lsp"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ This is currently a very simple (though functional) clone of the Unix 'ls'
command written in Rust. It is a learning project for me to learn Rust so
probably contains many inefficiencies and bad practices. I'll get better :grin:

> [!IMPORTANT]
> This project is currently only compatible with Unix-like systems (Linux,
MacOs, etc.). Windows support is planned to be added very soon.

![lsp output](./docs/src/images/screenshot.png)

## Installation
Expand Down

0 comments on commit 92b66a0

Please sign in to comment.