https://github.com/itsabdelrahman/desktop-cli
✨ Declutter your Desktop
https://github.com/itsabdelrahman/desktop-cli
cli desktop
Last synced: 22 days ago
JSON representation
✨ Declutter your Desktop
- Host: GitHub
- URL: https://github.com/itsabdelrahman/desktop-cli
- Owner: itsabdelrahman
- License: mit
- Created: 2018-06-09T00:08:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T08:35:31.000Z (almost 7 years ago)
- Last Synced: 2025-03-31T19:39:37.265Z (about 1 month ago)
- Topics: cli, desktop
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
> Works on macOS and Linux. Requires Node.js greater than or equal to `v8.11.2`.
## Installation
```bash
❯ npm i -g desktop-cli
```## Usage
#### Clean
```bash
❯ desktop-cli clean # Remove all Desktop files
```
![]()
#### Backup
```bash
❯ desktop-cli backup [id] # Create Desktop backup
```
![]()
#### Restore
```bash
❯ desktop-cli restore [id] # Restore Desktop backup
```
![]()
## Thanks
* Inspired by [Dan Abramov](https://twitter.com/dan_abramov/status/958378195052630016)
## License
MIT