Key Combination | Description |
---|---|
Ctrl + A | Move to the beginning of the line |
Ctrl + E | Move to the end of the line |
Ctrl + B | Move one character backward |
Ctrl + F | Move one character forward |
Alt + B | Move one word backward |
Alt + F | Move one word forward |
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
// ==UserScript== | |
// @name Litmos speed controls | |
// @namespace [email protected] | |
// @version 0.2 | |
// @description Add speed controls to SAP Litmos videos | |
// @author Rodrigo Deodoro | |
// @match https://*.litmos.com/course/* | |
// ==/UserScript== | |
(function () { |
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
""" | |
$ export SLACK_TOKEN="xoxb-1234567890-1234567890123-GaT2364GEv72wRpDfSkqn2Wk" | |
$ python download_slack_history.py CHANNELID | |
Downloading messages... | |
...............................................................done! | |
Downloading threads | |
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ |
OlderNewer