Hi Simon, John,
Yes, thanks. I was indeed looking for non-emacs solution so I could
run it on a jailbroken ipad.
In the meantime I wrote 2 ruby scripts for that purpose - works
perfectly!
~ fsiefken$ cat i.rb
#!/usr/bin/ruby -w
t = Time.now
puts t.utc.strftime("i %Y-%m-%d %H:%M:%S #{ARGV[0]}")
fsiefken$ cat o.rb
#!/usr/bin/ruby -w
t = Time.now
puts t.utc.strftime("o %Y-%m-%d %H:%M:%S")
Kind regards,
Francis
On Oct 24, 3:01 am, Simon Michael <[email protected]> wrote:
> There are some non-emacs suggestions
> athttp://hledger.org/MANUAL.html#timelog-reporting.