tools icon indicating copy to clipboard operation
tools copied to clipboard

A place for scripts and tooling I find useful

Results 2 tools issues
Sort by recently updated
recently updated
newest added

First, I want to thank Sean Parent. Help me use it. So, I followed everything to install it, by making a folder 'xcode' in my home directory, and then it...

The following function will ignore trailing empty lines. ```applescript on line_count_without_trailing_empty_lines(_source) set _lines to (length of _source) if _lines = 0 then return 0 repeat with _index from _lines to...