ended3월 15일· 1 sources

Terminal Tip 🤩 fcopy, fcut, fpaste

터미널 팁: fcopy, fcut, fpaste로 파일 복사·잘라내기·붙여넣기

Why it matters

Introduces three shell functions—fcopy, fcut, and fpaste—that emulate GUI copy/cut/paste for files directly in the terminal. They store absolute paths in a ~/.fileclip temp file and support both copy (cp -a) and move (mv) operations across terminal sessions.

1
Sources
+0
24h
Growth
190d
Active
fcopyfcutfpasteshell functionsclipboard

Sources

Related Issues