UNPKG

sd-cli

Version:

> Command to minimize all open windows and show desktop from the terminal. Currently works on Ubuntu & Windows.

11 lines (9 loc) 157 B
#!/usr/bin/env node 'use strict'; var meow = require('meow'); var showDesktop = require('./'); var cli = meow([ 'Usage', ' $ sd-cli', ]); showDesktop();