cd_to icon

cd_to 2.8.0

Finder Toolbar app to open the current directory in the Terminal

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    ealeksandrov-cd-to # cd_to
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    ealeksandrov-cd-to # cd_to
  ];
}

Package Definition

{
  "pname": "ealeksandrov-cd-to",
  "version": "2.8.0",
  "src": {
    "url": "https://github.com/ealeksandrov/cdto/releases/download/2_8_0/cd_to_2_8.zip",
    "sha256": "bcc450c23da12a2e3b82ad60ca3698b0464ee96b11cc077348d26ad1b2439600"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/cd_to_2_8/terminal/cd_to.app\" && cp -r \"cd_to_2_8/terminal/cd_to.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Finder Toolbar app to open the current directory in the Terminal",
    "homepage": "https://github.com/ealeksandrov/cdto"
  }
}