Skip to content

Commit 6a858f4

Browse files
documentation: add release badge
1 parent b84de5b commit 6a858f4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

readme.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
# **excavator**
2-
![Tests](https://github.com/jesses-code-adventures/excavator/actions/workflows/formatting.yml/badge.svg) ![Tests](https://github.com/jesses-code-adventures/excavator/actions/workflows/build.yml/badge.svg)
2+
3+
![Tests](https://github.com/jesses-code-adventures/excavator/actions/workflows/formatting.yml/badge.svg) ![Tests](https://github.com/jesses-code-adventures/excavator/actions/workflows/build.yml/badge.svg) ![Tests](https://github.com/jesses-code-adventures/excavator/actions/workflows/release.yml/badge.svg)
34

45
a sample-browsing tui. for music producers with large sample libraries who are comfortable in the terminal.
56

67
## **why**
8+
79
most sample managers (i'm looking at you elektron) are painful to work with.
810

911
this serves as an intermediate program to manage your samples, allowing you to re-export your own sample packs on demand.
1012

1113
it can also export your sample packs as symlinks, so you can create new directories containing samples in your library without wasting disk space.
1214

1315
## **usage**
16+
1417
please see [usage.md](documentation/usage.md) for instructions.
1518

1619
## **goals**
20+
1721
minimum for v1.0:
22+
1823
- some way to create a collection out of samples used in a particular ableton session. (should be implmented allowing extensibility to other daws).
1924
- ability to rename and move files in the app and keep local db in sync.
2025
- ability to tag entire directories.

0 commit comments

Comments
 (0)