GithubHelp home page GithubHelp logo

applescripts's People

Contributors

abbeycode avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

applescripts's Issues

Upgrade Tracks returning error

I just tried running Upgrade Tracks on iTunes, and I'm getting the following error.
screen shot 2016-05-30 at 21 48 51
Could you have a look? I tried but couldn't find the problem, thanks for the scripts regardless!

Library Loader should handle Mac text encoding

AppleScript editor doesn't keep a text file's encoding, so it's inconvenient that the Library Loader script doesn't read Mac encoding text, which is what it saves as. It should try reading it as Mac format, and then fall back to UTF-8, and then fail.

Convert Script to Text.applescript - Simplified Suggestion

Hi,

I came across your script while searching for a solution. Your script inspired me to simplify the process while also being able to maintain git history. As a thank you for the inspiration, I have included the code below.

tell application "Script Editor"
	set doc to open inputFile
	save doc as "text" in inputFile
	tell application "Finder" to set name extension of inputFile to "applescript"
	close front window
end tell

This method uses Finder to change the extension of the file which removes the need to move the original file to the trash. This reduces the run time by 20%. I would also suggest putting an extension filter so that only .scpt files are edited.

Chip

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.