Skip to content

Script to run editR in app mode on Linux (rather than a new browser tab), and .desktop file/icon to create a launcher entry

Notifications You must be signed in to change notification settings

lmmx/editR-unix-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

editR-unix-app

R script and wrapper shell script (Bash) to run editR in app mode on Linux (rather than a new browser tab). Either provide a filename on the command line, or run without an argument to use the file selection dialog (uses Zenity for Linux/BSD).

Setup

Add export PATH=$PATH:/path/to/editR-unix-app/run_editR to your .bashrc. This will add a command run_editR on the command line.

Alternatively, create a symlink to run_editR in a location already exported to the PATH (e.g., for me, ~/opt/bin/) and possibly renaming it for convenience (e.g. as editr):

  • (Assuming export PATH=$PATH:~/opt/bin is in the .bashrc)
  • ln -s /path/to/editR-unix-app/run_editR ~/opt/bin/editr

To do

  • Create a .desktop file + icon set for launcher

About

Script to run editR in app mode on Linux (rather than a new browser tab), and .desktop file/icon to create a launcher entry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published