Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 675 Bytes

notes.md

File metadata and controls

19 lines (18 loc) · 675 Bytes

notes

clean snap packages

  • create new file clean-snap.sh

#!/bin/bash

Removes old revisions of snaps

CLOSE ALL SNAPS BEFORE RUNNING THIS

set -eu snap list --all | awk '/disabled/{print $1, $3}' | while read snapname revision; do snap remove "$snapname" --revision="$revision" done ```

  • run sudo bash clean-snap.sh

apps

  • Bottles easily run Windows software on Linux with Bottles!
  • ksnip ksnip the cross-platform screenshot and annotation tool
  • sleek todo.txt manager for Linux, Windows and MacOS, free and open-source (FOSS)