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/bash | |
dir="/tmp/vim-anywhere/" | |
fn="$(date -Iseconds)" | |
[ ! -d $dir ] && mkdir $dir | |
$TERM -c 'vim $dir$fn' && cat $dir$fn | xsel -b -i |
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
thethreefuries.alx attr> make | |
[...] | |
tools/attr.o: In function `usage': | |
/home/alx/g/attr/tools/attr.c:48: undefined reference to `libintl_gettext' | |
tools/attr.o: In function `main': | |
/home/alx/g/attr/tools/attr.c:73: undefined reference to `libintl_bindtextdomain' | |
/home/alx/g/attr/tools/attr.c:74: undefined reference to `libintl_textdomain' | |
/home/alx/g/attr/tools/attr.c:140: undefined reference to `libintl_gettext' | |
/home/alx/g/attr/tools/attr.c:248: undefined reference to `libintl_gettext' | |
/home/alx/g/attr/tools/attr.c:184: undefined reference to `libintl_gettext' |
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
filter:clear -- clears all active filters | |
filter:tags +tag0 +tag1 -- adds a list of tag filters | |
filter:users @user0 @user1 -- adds a list of users to filter by | |
filter <keyword> | |
Alternately: | |
filter:@user+tag0 <keywords> | |
or some variation thereof |
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
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Signal/1.0.30 Chrome/56.0.2924.87 Electron/1.6.14 Safari/537.36 node/7.4.0 | |
INFO 2017-10-17T03:38:51.285Z app ready | |
INFO 2017-10-17T03:38:51.305Z Initializing BrowserWindow config: {"width":800,"height":610,"minWidth":700,"minHeight":360,"webPreferences":{"nodeIntegration":false,"preload":"/usr/lib/signal/resources/app.asar/preload.js"}} | |
INFO 2017-10-17T03:38:52.084Z Detected Linux. Setting up spell check with locale en_GB and dictionary location /usr/share/hunspell | |
INFO 2017-10-17T03:38:52.643Z pre-main prep time: 8 ms | |
INFO 2017-10-17T03:38:52.999Z Build expires: 2018-01-11T10:14:16.000Z | |
INFO 2017-10-17T03:38:53.001Z background page reloaded | |
INFO 2017-10-17T03:38:53.002Z environment: production | |
INFO 2017-10-17T03:38:53.327Z migration 1.0 | |
INFO 2017-10-17T03:38:53.327Z creating object stores |