TLDR
Enter a command. For example: base32, git ls tree, rapper, watch.

valac

 
Vala code compiler. Tutorial: https://wiki.gnome.org/Projects/Vala/Tutorial. More information: https://valadoc.org/.
 
  • Compile a vala file, with gtk+:
     
    valac {{path/to/file.vala}} --pkg {{gtk+-3.0}}
     
  • Display version info:
     
    valac --version
     
  • Display helper message:
     
    valac --help

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.