this post was submitted on 23 Jun 2023
12 points (100.0% liked)

Rust Lang

7 readers
1 users here now

Rules [Developing]

Observe our code of conduct

Constructive criticism only

No endless relitigation

No low-effort content

No memes or image macros

No NSFW Content

founded 1 year ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] nerdypepper@lemmyrs.org 4 points 1 year ago

christmas come early! this is exactly what i had been looking for to create a sort of "music player" shelll for fun:

mush> ls
<lists artists>

mush> ls artist/
<lists albums of artist>

mush> ls -l artist/album
<lists tracks + track metadata>

mush>./artist/album/track
<begins playback>

cheers!