You know how you use !w on DDG and you get sent to wikipedia search, etc? How can I do that from my launcher instead?

This page summarizes the projects mentioned and recommended in the original post on /r/linuxquestions

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • duckduckgo-locales

    Translation files for <a href="https://duckduckgo.com"> </a>

  • #!/bin/sh # Quickly check ddg; use "-b" to mark your bang (no exclamation point, e.g. # "./ddg.sh -b wa how many km in mile" for WolframAlpha). # Use whatever you like. BROWSER=firefox # Chromium-based should probably open in a new window. # BROWSER=chromium --new-window case $1 in -h|--help) echo echo Usage: ./ddg.sh [-b\|--bang your-bang-here-no-exclamation-point] search-terms echo exit ;; -b|--bang) BANG='!' shift ;; *) BANG='' esac $BROWSER $(echo "https://duckduckgo.com/?q=$BANG$@" | tr ' ' +)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts