Skip to content

Jaime Rios

  • About
  • Github
  • LinkedIn
  • X

Bash

A quick word on modern BASH

May 30, 2017 by jaimerios

Here’s a page that has some useful tips for modern BASH scripting: http://www.davidpashley.com/articles/writing-robust-shell-scripts/

Categories Coding Tags Bash, Terminal Leave a comment

OmniGraffle supports UNIX keyboard commands

August 20, 2012 by jaimerios

Well, at least ctrl+a and ctrl+e. I haven’t tried anything else, but I was surprised to find out that these even work within OmniGraffle.

Categories Tip Tags Bash, omni, omnigraffle, Unix Leave a comment

Shell script to get path of application in MacOS

August 10, 2011 by jaimerios

Here is a shell script that finds an application on my hard drive using a nifty call to Finder using AppleScript: #!/bin/sh result=`exec osascript

Categories Tip Tags AppleScript, Bash, sh, Shell Leave a comment

Passing parameters to shell scripts

January 28, 2011 by jaimerios

I recently fell in love with TextMate. For me, programming 24/7, TextMate helps me edit files that would normally be a pain with the standard editors on the market. Now, with that being said, I started making a lot of Bash shell scripts to automate building projects with Xcode and delivering the binaries for testing. … Read more

Categories Coding Tags Bash, shell script parameters, TextMate Leave a comment

Using DTerm and the shell to rename files

December 6, 2010 by jaimerios

I download files from my bank that have some really long name to them and at the end of the name, is the date. The date is not formatted, of course, and I wanted to rename the files easily, without manually parsing out the string. Now on my computer, I have DTerm and TextMate at … Read more

Categories Tip Tags Bash, DTerm, Rename files, Shell Leave a comment

Recent Posts

  • Package management with CMake’s CPM
  • Automate Evernote using AppleScript
  • Unit Tests and CMake
  • clang static analyzer
  • C++ std::erase and rbegin/rend

Recent Comments

  1. Connecting with C++ – Jaime Rios on Working with REST
  2. Connecting with C++ – Jaime Rios on Making a connection using Swift
  3. Jaime on Xcode 3.1, Perforce and Scripts
  4. jaimerios.com » Blog Archive » Haversine formula now on GitHub on Calculating distance between 2 points on Earth using the Haversine formula
  5. iPhone 3G: How to show locations around a fixed point? | Questions on Calculating distance between 2 points on Earth using the Haversine formula
© 2025 Jaime Rios • Built with GeneratePress