Put flip somewhere in your $PATH and chmod a+x it.
Copy fuck into ~/.bashrc.
| import com.sun.javafx.application.PlatformImpl; | |
| import java.awt.BorderLayout; | |
| import java.awt.Dimension; | |
| import java.awt.event.ActionEvent; | |
| import java.awt.event.ActionListener; | |
| import javafx.application.Platform; | |
| import javafx.collections.ObservableList; | |
| import javafx.embed.swing.JFXPanel; | |
| import javafx.scene.Group; | |
| import javafx.scene.Node; |
| /* License MIT */ | |
| var spawn = require( 'child_process' ).spawn, | |
| colors = require( 'colors' ); | |
| /* | |
| Executes a command and fires event when done that | |
| will return the command output | |
| */ | |
| function system( cmd ){ |