Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/timdubbins/tap
/ functions
Functions
236 in github.com/timdubbins/tap
⨍
Functions
236
◇
Types & classes
27
Method
random_album
Callback to select a random album.
src/player/player_view.rs:214
Method
randomized
(current: Playlist, fdirs: &[FuzzyDir])
src/player/playlist.rs:138
Method
randomized_track
(current: Playlist, fdirs: &[FuzzyDir])
src/player/playlist.rs:121
Method
remove_finder_view
(siv: &mut cursive::Cursive)
src/finder/finder_view.rs:377
Method
set_cache
(config: &Config)
src/cli/mod.rs:22
Method
setup_input_thread
()
src/cli/player.rs:71
Method
should_exit
(rx: &Receiver<bool>, len: usize)
src/cli/player.rs:90
Method
some_randomized
(fdirs: &[FuzzyDir])
src/player/playlist.rs:111
Method
spawn_batch
(search_root: &PathBuf, fdir_rx: Receiver<FuzzyDir>, lib_tx: Sender<Self>)
src/finder/library.rs:219
Method
spawn_update_cache
( search_root: &PathBuf, fdir_rx: Receiver<FuzzyDir>, lib_tx: Sender<Self>, )
src/finder/library.rs:256
Method
start
(msg: &'static str)
src/cli/logger.rs:15
Function
test_automate_success
()
tests/tests.rs:37
Function
test_default_is_not_set_error
()
tests/tests.rs:50
Function
test_default_palette_uses_only_defined_names
()
src/config/theme.rs:212
Function
test_empty_dir_error
()
tests/tests.rs:6
Function
test_exclude_empty_dir
()
tests/tests.rs:79
Function
test_exclude_empty_leaf_but_include_audio_parent
()
tests/tests.rs:92
Function
test_exclude_non_audio_leaf_but_include_audio_parent
()
tests/tests.rs:105
Function
test_find_audio_in_root_dir
()
tests/tests.rs:118
Function
test_find_two_audio_dirs
()
tests/tests.rs:64
Function
test_multiple_audio_files_success
()
tests/tests.rs:22
Function
test_no_audio_error
()
tests/tests.rs:12
Function
test_single_audio_dir
()
tests/tests.rs:133
Method
trigger
()
src/player/help_view.rs:81
Method
trigger
()
src/finder/error_view.rs:51
Method
try_from
(fdir: FuzzyDir)
src/player/playlist.rs:164
Method
try_from
(path: PathBuf)
src/finder/fuzzy_dir.rs:37
Method
try_from
(value: String)
src/config/theme.rs:66
Method
try_new
(playlist: Playlist)
src/cli/player.rs:34
Method
try_new
(playlist: Playlist)
src/player/mod.rs:62
Method
try_run
Runs an audio player in the command line without the TUI.
src/cli/player.rs:26
Method
try_send_fdir
(entry: walkdir::DirEntry, tx: &Sender<FuzzyDir>)
src/finder/library.rs:202
Method
update_path
(path: &PathBuf)
src/config/file.rs:30
Method
validate_color
(name: &str)
src/config/theme.rs:35
Method
validate_format
Checks if the given file path has a valid audio file extension.
src/player/audio_file.rs:90
Method
walk_entries
(root: &PathBuf)
src/finder/library.rs:198
← previous
201–236 of 236, ranked by callers