Explore >> Select a destination


You are here

jak2k.eu
| | gaganpreet.in
6.1 parsecs away

Travel
| | I often work with JSON responses and need to process, view or compare objects. I have come to depend on a bunch of command line tools for these tasks. Do you use any other tools? Let me know in comments below. View (bat) # bat (better cousin of cat) is perfect for reading syntax highlighted JSON. Itll use a pager for files that dont fit on the screen and files can be searched by using the / operator.
| | grosser.it
6.3 parsecs away

Travel
| | Create a visible / easy to reuse token inhttps://github.com/settings/applications by storing the token in the application name. Use curl to search for code (notice the per-page 100) and grep case sensitive. curl -s -H 'Accept: application/vnd.github.v3.text-match+json' --user "TOKEN_GOES_HERE:x-oauth-basic" 'https://api.github.com/search/code?per_page=100&page=3&q=user:YOURORG+SEARCHTERM' | grep 'SearchTERM' Availble as reusable script:https://github.com/grosser/github-grep
| | www.akpain.net
6.6 parsecs away

Travel
| | and making my website faster in the process
| | addyosmani.com
18.4 parsecs away

Travel
| Addy Osmani is a Software Engineer at Google working on Google Cloud and Gemini.