Enter
selects the first element in the dropdown.Ctrl-Enter
adds the selected card to the maybeboard.Shift-Enter
adds the selected card to the sideboard.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Requirements: dialog mpv | |
# Optional: youtube-dl wget hq | |
# Arguments: none | |
# | |
# Changelog: | |
# > + from function to standalone script | |
# + menu stack for saving previous menu command | |
# + choices stack for saving previous menu choice |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Python/Django files | |
*.pot | |
*.py[cod] | |
# Folder view configuration files | |
.DS_Store | |
Desktop.ini | |
# Thumbnail cache files | |
._* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
mapfile -t meh < <(ps -ax) | |
echo "found ${#meh[@]} processes" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// The name of the Gmail Label to expire | |
var GMAIL_LABEL = 'expires'; | |
// Archive messages automatically after N days | |
var EXPIRE_AFTER = '10'; | |
/* | |
* STOP EDITING BELOW HERE UNLESS | |
* YOU KNOW WHAT YOU'RE DOING | |
* |
The following is a quick guide to get this working on various Linux distros. As a side note, if you have Chrome installed alongside Vivaldi, Netflix should also work after making these changes. Alternatively, use my latest-widevine.sh to fetch and extract Chrome's copy of Widevine, so that it can be used by Vivaldi.
If you don't have working Flash video and need that in addition, please refer to these instructions.
Note: This guide is primarrily aimed at users of Vivaldi stable releases. If it does not solve your issues, read this in addition.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div#json, div#jfContent{ | |
margin: 0; | |
padding: 20px; | |
background: #191919; | |
color: #C4BD97; | |
position: fixed; | |
top:0; | |
bottom:0; | |
left:0; | |
right:0; |
NewerOlder