Releases: gustawdaniel/gpt-cli
Releases · gustawdaniel/gpt-cli
0.0.10
run release again
0.0.9
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
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
fixes in release process
- installation by wget fixed
0.0.6
Fixes in release process:
- now we should see bin file in release
- linux files should be tar.gz instead of zip
0.0.5
withdrawal of crates publication
0.0.4
Added description of similar projects in README
Described problems with &&
and export
Release channels:
- rust crates
- bash like for nvm
0.0.3
Test if without EXTRA_FILES there is single binary in release files
0.0.2
Initial release
0.0.1
Removed LICENSE from release files