All Projects → macmade → Trash

macmade / Trash

Licence: mit
macOS command line tool to move files to trash

Programming Languages

shell
77523 projects
swift
15916 projects

Projects that are alternatives of or similar to Trash

Zeus
🔭 A modern cross platform `ls` with powerful searching and querying capabilities to scale your productivity to the moon 🚀 (and yeah it has file explorer like capabilities too 🤫)
Stars: ✭ 75 (+114.29%)
Mutual labels:  files, filesystem
Bfs
A breadth-first version of the UNIX find command
Stars: ✭ 336 (+860%)
Mutual labels:  command-line, filesystem
Python Atomicwrites
Powerful Python library for atomic file writes.
Stars: ✭ 253 (+622.86%)
Mutual labels:  files, filesystem
nucked-truth-of-files
HollyJS Moscow
Stars: ✭ 14 (-60%)
Mutual labels:  files, filesystem
Shell Functools
Functional programming tools for the shell
Stars: ✭ 971 (+2674.29%)
Mutual labels:  command-line, filesystem
files
Useful methods to manage files and directories
Stars: ✭ 27 (-22.86%)
Mutual labels:  files, filesystem
Fd
A simple, fast and user-friendly alternative to 'find'
Stars: ✭ 19,851 (+56617.14%)
Mutual labels:  command-line, filesystem
kafka-connect-fs
Kafka Connect FileSystem Connector
Stars: ✭ 107 (+205.71%)
Mutual labels:  files, filesystem
Diskus
A minimal, fast alternative to 'du -sh'
Stars: ✭ 674 (+1825.71%)
Mutual labels:  command-line, filesystem
Open Shell Book
开源书籍:《Shell 编程范例》,面向操作对象学 Shell!本书作者发布了《360°剖析 Linux ELF》视频课程,欢迎订阅:https://www.cctalk.com/m/group/88089283
Stars: ✭ 666 (+1802.86%)
Mutual labels:  files, filesystem
luufs
Lazy man's, user-mode union file system
Stars: ✭ 28 (-20%)
Mutual labels:  files, filesystem
Tagstore
a research software; a fun way of storing files & folders on your local disk drive; tagging
Stars: ✭ 18 (-48.57%)
Mutual labels:  files, filesystem
PHP-FileUpload
Simple and convenient file uploads — secure by default
Stars: ✭ 53 (+51.43%)
Mutual labels:  files, filesystem
replace-in-files
Replace text in one or more files or globs.
Stars: ✭ 21 (-40%)
Mutual labels:  files, filesystem
jquery.filebrowser
File browser jQuery plugin
Stars: ✭ 29 (-17.14%)
Mutual labels:  files, filesystem
Chonky
😸 A File Browser component for React.
Stars: ✭ 313 (+794.29%)
Mutual labels:  files, filesystem
Nnn
n³ The unorthodox terminal file manager
Stars: ✭ 13,138 (+37437.14%)
Mutual labels:  command-line, filesystem
Exa
A modern replacement for ‘ls’.
Stars: ✭ 15,471 (+44102.86%)
Mutual labels:  command-line, files
Filegator
Powerful Multi-User File Manager
Stars: ✭ 587 (+1577.14%)
Mutual labels:  files, filesystem
Memacs
What did I do on February 14th 2007? Visualize your (digital) life in Org-mode
Stars: ✭ 711 (+1931.43%)
Mutual labels:  files, filesystem

Trash

Build Status Coverage Status Issues Status License Contact
Donate-Patreon Donate-Gratipay Donate-Paypal

trash

About

trash is command-line tool for macOS, written in Swift, that moves files to the current user's trash folder.

It is compatible with the macOS rm command, so you can alias the later, and no longer worry about permanently deleting your precious files. 😉

Installation

trash can be installed with Homebrew:

brew install --HEAD macmade/tap/trash

Shell alias

You can alias the default rm command to trash, using the following line into your shell profile file:

if [ -f /usr/local/bin/trash ]; then alias rm="/usr/local/bin/trash"; fi

License

trash is released under the terms of the MIT license.

Repository Infos

Owner:          Jean-David Gadina - XS-Labs
Web:            www.xs-labs.com
Blog:           www.noxeos.com
Twitter:        @macmade
GitHub:         github.com/macmade
LinkedIn:       ch.linkedin.com/in/macmade/
StackOverflow:  stackoverflow.com/users/182676/macmade
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].