git.fiddlerwoaroof.com
Browse code

added that this works in 10.11.1

and link to binary in readme

Isam Machlovi authored on 25/11/2015 08:48:20
Showing 1 changed files
... ...
@@ -1,12 +1,19 @@
1
-#Today Scripts
1
+##  Today-Scripts (custom scripts in your notification bar. This fork has a fix for Mac OS X El Capitan, tested on **10.11.1**)  
2 2
 
3
-A widget for running scripts in the Today View in OS X Yosemite's Notification Center.
4 3
 
5
-[**Download the latest build here.**](https://github.com/SamRothCA/Today-Scripts/releases)
4
+If you don't want to compile this yourself, nor clone the repo to get the binary in the `build` dir, you can **download the binary directly** from <https://github.com/lsd/Today-Scripts/raw/master/build/Today%20Scripts.app.zip> (see the 
6 5
 
7
-[See the wiki for a list of example scripts.](https://github.com/SamRothCA/Today-Scripts/wiki)
8 6
 
9
-##Features
7
+**A widget for running custom scripts in the Today View in OS X Yosemite's and El Capitan's Notification Center.**
8
+
9
+# ·°
10
+
11
+Original links and text preserved:  
12
+
13
+- [Latest build here from original repo (does not contain **.app** binary and as of now does not work out of the box for El Capitan)](https://github.com/SamRothCA/Today-Scripts/releases)
14
+- [See the wiki for a list of example scripts.](https://github.com/SamRothCA/Today-Scripts/wiki)
15
+
16
+###Features
10 17
 
11 18
 * [Colorized Output](http://i.imgur.com/Yvj2ePG.png). Today Scripts supports colorized terminal output from your scripts, as well as bold and underline.
12 19
 * [Custom Labels](http://i.imgur.com/LL4s6Ao.png). Today Scripts has a form for setting up scripts, which gives you the option of picking a label to display instead of the script itself.
... ...
@@ -30,8 +37,3 @@ To edit an existing script, click the "action" button to the right of its label.
30 37
 * Today Scripts emulates a 40-column terminal. When running a script, a pseudo-TTY is opened for it, and the standard output and standard error of it is set to that. The `COLUMNS` environment variable for scripts is set to `40`, and `PAGER` is set to `/bin/cat`.
31 38
 * Today Scripts supports all ANSI color sequences; both standard and bright, as well as both foreground and background. The `TERM` environment variable for scripts is set to `ansi`.
32 39
 
33
-##Special Thanks
34
-
35
-Support for ANSI escape sequences made possible thanks to [Ali Rantakari's ANSIEscapeHelper](http://hasseg.org/ansiEscapeHelper/).
36
-
37
-Icon designed by [Friedrich Preuß](http://phriedrich.de).