OpenInEditor-Lite icon

OpenInEditor-Lite 1.2.7

Finder Toolbar app to open the current directory in Editor

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    openineditor-lite # OpenInEditor-Lite
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    openineditor-lite # OpenInEditor-Lite
  ];
}

Package Definition

{
  "pname": "openineditor-lite",
  "version": "1.2.7",
  "src": {
    "url": "https://github.com/Ji4n1ng/OpenInTerminal/releases/download/v1.2.7/OpenInEditor-Lite.zip",
    "sha256": "c079751dc86ac4a683840e62b05872acc4dfbb08d2c7019bb3c6b9d88a0c8017"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/OpenInEditor-Lite.app\" && cp -r \"OpenInEditor-Lite.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Finder Toolbar app to open the current directory in Editor",
    "homepage": "https://github.com/Ji4n1ng/OpenInTerminal"
  }
}