Skip to content

Releases: Mmx233/CodeCli

v1.1.11

12 Oct 05:28
f300071
Compare
Choose a tag to compare
  • Fix default perm of new directory.

v1.1.10

04 Oct 09:36
b29e95d
Compare
Choose a tag to compare
  • Improve: use go exec implement creating process

v1.1.9

29 Sep 13:12
2f8e139
Compare
Choose a tag to compare
  • Try to support Linux Desktop.
  • Set gnome-terminal as default terminal program for linux.

v1.1.8

10 May 04:38
aab74c3
Compare
Choose a tag to compare
  • Improve: use syscall instead of powershell to create process.
  • Improve: use rundll32 instead of explorer to open browser.

v1.1.7

09 May 14:44
e097c96
Compare
Choose a tag to compare
  • Fix: open project fatal error when dir not created.

v1.1.6

07 May 07:54
bd4dca7
Compare
Choose a tag to compare
  • Fix: regular addr not work.
  • Improve: log format and fields.

v1.1.5

05 May 14:02
b0cee95
Compare
Choose a tag to compare
  • Support open sub dir as project in project command.
  • Support relative and absolute path as addr.
  • Fix code command without argument can't work.

v1.1.4

30 Apr 14:02
0a2a011
Compare
Choose a tag to compare
  • Improve empty addr usage.
  • Using logrus instead of ordinary log library.

v1.1.3

21 Jan 16:02
2ba0a50
Compare
Choose a tag to compare

Feature

  • Idea matching rules can be configured.
  • Add RustRover idea matching rule to default config.

Fix

  • Exit when default config is generated.

Config Change

New fields

rules:
    - idea: webstorm
      file: [package.json]
    - idea: goland
      file: [go.mod]
    - idea: rustrover
      file: [Cargo.toml]
    - idea: pycharm
      file: [pyproject.toml, requirements.txt]
    - idea: studio
      file: [android\build.gradle, build.gradle]
    - idea: idea
      file: [gradlew]

v1.1.2

16 Oct 08:11
b27d250
Compare
Choose a tag to compare
  • 添加 PyCharm
  • 优化若干