mridgers / clink

Bash's powerful command line editing in cmd.exe
mridgers.github.io/clink
GNU General Public License v3.0
3.15k stars 286 forks source link

clink info command not working in cmd in Windows 11 #568

Open asmsym opened 2 years ago

asmsym commented 2 years ago

I have installed clink, and I wnat to make some changes on the Clink scripts directory, so I run clink info command in cmd. But it give me this message

``*** ERROR: Unknown verb -- 'info' Clink v0.4.9 [git:2fd2c2] Copyright (c) 2012-2016 Martin Ridgers http://mridgers.github.io/clink

Usage:

Verbs: inject Injects Clink into a process. autorun Manage Clink's entry in cmd.exe's autorun. set Adjust Clink's settings. (' --help' for more details).``

I cann't find the defualt script directory, please help me with the location of the Clink script directory

chrisant996 commented 2 years ago

v0.4.9 is very old and this mridgers/clink repo has been abandoned for years.

Use chrisant996/clink instead (currently on v1.2.46), which is very active and has tons of improvements and fixes.