Popularity
2.2
Stable
Activity
0.0
Stable
131
10
7
Programming language: JavaScript
License: MIT License
Tags:
Command Line Apps
Files
File
Linux
Windows
Directory
Osx
Dir
Directories
Recycle
Trash
Macos
Clear
Empty
Latest version: v3.0.0
empty-trash alternatives and similar modules
Based on the "Command Line Apps" category.
Alternatively, view empty-trash alternatives based on common mentions on social networks and blogs.
-
ignite
Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! 9 years of continuous development and counting. -
David
:eyeglasses: Node.js module that tells you when your package npm dependencies are out of date. -
Whatspup
:white_square_button: WhatsApp chat from commandline/console/cli using GoogleChrome puppeteer -
tty-table
Terminal table for Windows, Linux, and MacOS. Written in nodejs. Also works in browser console. Word wrap, padding, alignment, colors, Asian character support, per-column callbacks, and you can pass rows as objects or arrays. Backwards compatible with Automattic/cli-table.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of empty-trash or a related project?
README
empty-trash 
Empty the trash
Works on macOS, Linux, and Windows.
Install
$ npm install empty-trash
Usage
const emptyTrash = require('empty-trash');
(async () => {
await emptyTrash();
})();
Info
On macOS, AppleScript is used as it's the only way to do it without incurring permission issues.
On Linux, the XDG spec is followed.
On Windows, empty-recycle-bin
is used.
Related
- empty-trash-cli - CLI for this module
- trash - Move files and folders to the trash