Browser - use rofi para acessar páginas na web
Publicado por Perfil removido (última atualização em 18/04/2017)
[ Hits: 1.572 ]
Script que cria uma instância do rofi e pede input do usuário.
Se o input começar com https ou http, ou terminar com .io,.com ou .br, ele inicia o browser do usuário (definindo pela variável de ambiente de BROWSER, com default para o teu browser).
Se o input não preencher os requisitos acima ele inicia o browser com o input do usuário como string de busca ( por padrão usa searx.me ).
#!/bin/sh # # Uses rofi to get user input, if the input starts # with https or http, or end with .com,.io or .br # it runs the input directly to the browser # # if the input doesn't meet the above criteria then # it will search the user input on the search engine # defined bellow ( searx.me by default ) # # This requires the BROWSER variable to be set # it defaults to qutebrowser # # Define the URL for searching URL="https://searx.me/?q=" # # Get user input q="$(rofi -dmenu -p "Browse the Web:")" if [ -z "${q+x}" ]; then exit 0 elif echo "$q" | grep --quiet -E '^https|^http|\.com|\.io|\.br|\.net'; then "${BROWSER:=qutebrowser}" "${q}" else "${BROWSER:=qutebrowser}" "${URL}""${q}" fi
Whitelist e Blacklist Zimbra 8.8
Autenticado Velox Empresarial II
Limpe bibliotecas não utilizadas - new release
Nenhum comentário foi encontrado.
Compartilhando a tela do Computador no Celular via Deskreen
Como Configurar um Túnel SSH Reverso para Acessar Sua Máquina Local a Partir de uma Máquina Remota
Configuração para desligamento automatizado de Computadores em um Ambiente Comercial
Como renomear arquivos de letras maiúsculas para minúsculas
Imprimindo no formato livreto no Linux
Vim - incrementando números em substituição
Efeito "livro" em arquivos PDF
Como resolver o erro no CUPS: Unable to get list of printer drivers
Não to conseguindo resolver este problemas ao instalar o playonelinux (1)
Excluir banco de dados no xampp (1)
[Python] Automação de scan de vulnerabilidades
[Python] Script para analise de superficie de ataque
[Shell Script] Novo script para redimensionar, rotacionar, converter e espelhar arquivos de imagem
[Shell Script] Iniciador de DOOM (DSDA-DOOM, Doom Retro ou Woof!)
[Shell Script] Script para adicionar bordas às imagens de uma pasta