Skip to content

norio-nomura/PlayNow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlayNow.app

MIT Lincese

PlayNow.app is inspired by PlayNow

Features

  • Create date-based named Playground and open it by Xcode
  • Add time-based named Pages to Playground
  • Detect unused Pages and remove them on opening Playground. (modified time - birth time) < 2sec ? unused : used
  • Add "Execute in Playground" menu item on Services menu

Requirements

  • macOS 10.12 or later
  • Xcode 8.3 or later

Installation

  1. Download PlayNow-0.2.3.zip (2017/04/16 updated)
  2. Unzip it
  3. Move PlayNow.app to /Applications folder

Usage

Launch PlayNow.app or Select text on some app, click Menu > Services > "Execute in Playground" Services

Configuration

Change location of Playground:

defaults write io.github.norio-nomura.PlayNow defaultDirectory /Users/norio/Documents
key default note
defaultDirectory ~/Desktop
targetPlatform osx osx or ios
playgroundNamePrefix PlayNow-
playgroundNameDateFormat yyyyMMdd
pageNamePrefix
pageNameDateFormat yyyyMMdd-HHmmss
makeUsedIfFromServices YES add 3sec to modified time.
XcodePath e.g. /Applications/Xcode.app

Author

Norio Nomura

License

PlayNow.app is available under the MIT license. See the LICENSE file for more info.