News

sql-indent.el is a GNU Emacs minor mode which adds support for syntax-based indentation when editing SQL code: TAB indents the current line based on the syntax of the SQL code on previous lines. This ...
When I need to input a lot of prompt content, I hope to have the following methods to replace directly passing in the last argument: STDIN cat PROMPT.md | codex Specify a file codex --file PROMPT.md ...