Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mule

A small cli clipboard for files and directories.

Usage

mule add FILES...
mule list
mule copy
mule move
mule prune

Shell aliases

Recommended shortcuts:

alias mla='mule add'
alias mlc='mule copy'
alias mlv='mule move'
alias mll='mule list'
alias mlp='mule prune'

Examples

Collect files from other tools, then act on them later.

find src -type f -name '*.go' | xargs mule add
cd ~/somewhere/at/my/home
mule copy

Add modified files from git:

git ls-files -m | xargs mule add

Copies or moves the stored files into the current directory.

About

A small CLI clipboard for files and directories.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages