qlmanage non debug

5

Ho un% alias dibash impostato nel mio terminale, alias quicklook='qlmanage -p ' , in modo da visualizzare facilmente i file dal terminale, ma l'output mi infastidisce.

Testing Quick Look preview with files: /Users/Amory/Desktop/todo.txt 2015-09-01 14:36:40.257 qlmanage[36196:507] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x3e2f, name = 'com.apple.tsm.portname' See /usr/include/servers/bootstrap_defs.h for the error codes. 2015-09-01 14:36:40.258 qlmanage[36196:507] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x9137, name = 'com.apple.CFPasteboardClient' See /usr/include/servers/bootstrap_defs.h for the error codes. 2015-09-01 14:36:40.269 qlmanage[36196:507] Failed to allocate communication port for com.apple.CFPasteboardClient; this is likely due to sandbox restrictions

Inoltre, rispetto alla chiamata tramite la barra spaziatrice, l'anteprima ha un grande "DEBUG" nella barra del titolo e generalmente non è la stessa cosa. Perchè è questo? C'è un modo per aggirare la modalità di debug dal terminale? Le opzioni -d lo rendono solo peggiore.

    
posta Amory 02.09.2015 - 00:16
fonte

1 risposta

3

Invia l'output di debug a / dev / null

alias quicklook='qlmanage -p "$@" >& /dev/null'

Nessun indizio su come rimuovere [DEBUG] dal titolo della finestra

    
risposta data 22.03.2016 - 15:32
fonte

Leggi altre domande sui tag