Skip to content

Releases: gustawdaniel/gpt-cli

0.0.10

15 Mar 14:10
Compare
Choose a tag to compare

run release again

0.0.9

15 Mar 13:25
Compare
Choose a tag to compare

Support for combined commands introduced

p show me user name and current time
whoami && date
daniel
śro, 15 mar 2023, 22:02:03 JST

export was fixed -> now it is copied to clipboard

p change terminal language to english
Text 'export LANG=en_US.UTF-8' was copied to your clipboard
export LANG=en_US.UTF-8 

support for $VAR provided -> now it is copied to clipboard

cargo run -- show my current shell
echo $SHELL
/usr/bin/zsh

0.0.8

15 Mar 11:56
Compare
Choose a tag to compare

Added envs:

  • GPT_SYSTEM_PROMPT - any string that will explain gpt3 how to behave.
  • GPT_POST
    • confirm - default, will ask if execute output in terminal
    • copy - will copy your answer to terminal clipboard
    • out - will print answer on standard output - usefully for further processing

0.0.7

14 Mar 11:22
Compare
Choose a tag to compare

fixes in release process

  • installation by wget fixed

0.0.6

14 Mar 10:13
Compare
Choose a tag to compare

Fixes in release process:

  • now we should see bin file in release
  • linux files should be tar.gz instead of zip

0.0.5

14 Mar 09:26
Compare
Choose a tag to compare

withdrawal of crates publication

0.0.4

14 Mar 08:53
Compare
Choose a tag to compare

Added description of similar projects in README
Described problems with && and export

Release channels:

  • rust crates
  • bash like for nvm

0.0.3

13 Mar 19:01
Compare
Choose a tag to compare

Test if without EXTRA_FILES there is single binary in release files

0.0.2

13 Mar 18:51
Compare
Choose a tag to compare

Initial release

0.0.1

13 Mar 18:31
Compare
Choose a tag to compare

Removed LICENSE from release files