It would be pretty awesome if chocolat could open files based on an URL scheme.
For example choc:///Users/tobias/Sites/sample.txt:67 could open the file /Users/tobias/Sites/sample.txt and jump to line 67.
More or less what choc /Users/tobias/Sites/sample.txt -l 67 does, but I could use the URL from an exception on my development machine in a browser, and open that file with a single click.
It would be pretty awesome if chocolat could open files based on an URL scheme.
For example
choc:///Users/tobias/Sites/sample.txt:67
could open the file/Users/tobias/Sites/sample.txt
and jump to line 67.More or less what
choc /Users/tobias/Sites/sample.txt -l 67
does, but I could use the URL from an exception on my development machine in a browser, and open that file with a single click.