Skip to content

CLI tool to find and play audio files in a directory. Written in Rust.

Notifications You must be signed in to change notification settings

teejas/findnplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A simple CLI tool, which when given a directory will search it for audio files and play them back.

This repo previously contained an implementation of the CLI tool in Rust but now contains the CLI and a web server in Go. Search through the repo history to see the Rust implementation.

I'm thinking of re-implementing the betterjenkins controller in Go, reasons being I want faster build times for the controller and it just makes more sense to build a Kubernetes-based project in Go rather than Rust.

As a way to familiarize myself with Go again, I'm going to build a web extension of the findnplay CLI tool I previously built.

Steps

Go

  • Re-implement findnplay CLI tool in Go
  • Create a web server that runs in its own thread (or Go routine) and serves up audio files from the specified directory

About

CLI tool to find and play audio files in a directory. Written in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages