Popularity
2.1
Stable
Activity
0.0
Declining
127
10
6
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.
-
Babel
๐ Babel is a compiler for writing next generation JavaScript. -
Standard
๐ JavaScript Style Guide, with linter & automatic code fixer -
ignite
Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! -
XO
โค๏ธ JavaScript/TypeScript linter (ESLint wrapper) with great defaults -
Live Server
A simple development http server with live reload capability. -
speed-test
Test your internet connection speed and ping using speedtest.net from the CLI -
rtail
rtail(1) - Terminal output to the browser in seconds, using UNIX pipes. -
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 -
diff2html-cli
Pretty diff to html javascript cli (diff2html-cli) -
kill-tabs
Kill all Chrome tabs to improve performance, decrease battery usage, and save memory -
pjs
Pipeable javascript. Quickly filter, map, and reduce from the terminal -
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. -
normit
Translations with speech synthesis in your terminal as a node package -
npm-name
Check whether a package or organization name is available on npm
Appwrite - The Open Source Firebase alternative introduces iOS support
Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
Promo
appwrite.io
* 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