Skip to content

Commit

Permalink
add some badges to README
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 21, 2024
1 parent ccf2633 commit 26a35e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# LSPlus - a Rust 'ls' clone.
# LSPlus - an 'ls' clone written in Rust.

[![Rust](https://github.com/seapagan/lsplus/actions/workflows/rust.yml/badge.svg)](https://github.com/seapagan/lsplus/actions/workflows/rust.yml)
[![pages-build-deployment](https://github.com/seapagan/lsplus/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/seapagan/lsplus/actions/workflows/pages/pages-build-deployment)

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
Expand Down
2 changes: 2 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ the OS.
- [ ] for a symlink, color the name as it is, but color the target depending on
whether it is a directory, file, or symlink.
- [ ] show executable files as bold.
- [ ] add option for 'fuzzy' dates, e.g. 'yesterday', 'last week', 'last month',
'last year', '2 years ago', etc.

0 comments on commit 26a35e5

Please sign in to comment.