Command | Shortcut | Description |
---|---|---|
[open] command palette [<text>] | Ctrl+Shift+P, F1 | Show Command Palette |
(open file | go to [tab]) [<text>] | Ctrl+P Quick Open, | Go to File… |
new window | Ctrl+Shift+N | New window/instance |
close window | Ctrl+Shift+W | Close window/instance |
This file contains hidden or 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
""" | |
Dictation & command mode Dragonfly grammar | |
============================================================================ | |
This module defines a configurable grammar for using three different | |
command/dictation modes. The modes can be configured externally by modifying | |
the number in the grammar's status file. The modes and associated status | |
numbers (0-2) are defined as follows: | |
0. Command-only mode. |
Note: This gist may be outdated, thanks to all contributors in comments.
adb
is the Android CLI tool with which you can interact with your android device, from your PC
You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.
Don't hesitate to read comments, there is useful tips, thanks guys for this !
This file contains hidden or 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/sh | |
IP=192.168.2.200 | |
docker run -d -p $IP:8019:8019 voxhub/silvius-worker:latest /bin/sh -c 'cd /root/silvius-backend ; python kaldigstserver/master_server.py' | |
docker run -d voxhub/silvius-worker /root/worker.sh -u ws://$IP:8019/worker/ws/speech |
This file contains hidden or 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
@echo off | |
setlocal EnableDelayedExpansion | |
ver | find "10." > nul | |
if errorlevel 1 ( | |
echo Your Windows version is not Windows 10... yet. Brace yourself, Windows 10 is coming^^! | |
pause | |
exit | |
) |
Updated: Just use qutebrowser (and disable javascript). The web is done for.