<feed xmlns='http://www.w3.org/2005/Atom'>
<title>awwan, branch v0.12.1</title>
<subtitle>Configuration management software, scriptable shell with SSH support.</subtitle>
<id>http://git.kilabit.info/awwan/atom?h=v0.12.1</id>
<link rel='self' href='http://git.kilabit.info/awwan/atom?h=v0.12.1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/awwan/'/>
<updated>2024-04-05T19:07:24Z</updated>
<entry>
<title>Release awwan v0.12.1 (2024-04-05)</title>
<updated>2024-04-05T19:07:24Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-04-05T19:07:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/awwan/commit/?id=9586bba13a451a5bcdf9b9916dbb40cfd72a12bc'/>
<id>urn:sha1:9586bba13a451a5bcdf9b9916dbb40cfd72a12bc</id>
<content type='text'>
This release replace module "share" with "pakakeh.go".

In the "_wui", we use shared static assets from Cloud Storage.
The idea is to minimize noise in the logs that does not related to page
access and minimize binary size.

In the "_ops", we use shared mkosi cache in user’s home ".cache".
This is to minimize duplicate files and allow us to find or grep files
without excluding certains directory.

We also apply some recommendations from linters.
</content>
</entry>
<entry>
<title>all: comply with linter recommendations</title>
<updated>2024-04-05T18:53:49Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-04-05T18:53:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/awwan/commit/?id=490dcc6ec98d065a7b1a81016adae13e11454984'/>
<id>urn:sha1:490dcc6ec98d065a7b1a81016adae13e11454984</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: update module "pakakeh.go" to latest release</title>
<updated>2024-04-05T17:27:06Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-04-05T17:27:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/awwan/commit/?id=f123985b0a028ecdfd08010cd9d38a95388e2c12'/>
<id>urn:sha1:f123985b0a028ecdfd08010cd9d38a95388e2c12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>_ops: use shared mkosi cache in user's home ".cache"</title>
<updated>2024-03-22T13:21:54Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-03-22T13:20:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/awwan/commit/?id=4d4a9269271fe45acb2a05b7c6d07f52babcdd9e'/>
<id>urn:sha1:4d4a9269271fe45acb2a05b7c6d07f52babcdd9e</id>
<content type='text'>
This is to minimize duplicate files and allow us to find or grep files
without excluding certains directory.
</content>
</entry>
<entry>
<title>_wui: use shared static assets from Cloud Storage</title>
<updated>2024-03-22T13:21:54Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-03-22T13:19:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/awwan/commit/?id=4256714958ea08c922a4f044225053e35385d451'/>
<id>urn:sha1:4256714958ea08c922a4f044225053e35385d451</id>
<content type='text'>
The idea is to minimize noise in the logs that does not related to
page access and minimize binary size.
</content>
</entry>
<entry>
<title>all: replace module "share" with "pakakeh.go"</title>
<updated>2024-03-22T13:12:34Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-03-22T13:11:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/awwan/commit/?id=62bf073d3d5b55a7e76cf5d9cebefdc9c00cbcee'/>
<id>urn:sha1:62bf073d3d5b55a7e76cf5d9cebefdc9c00cbcee</id>
<content type='text'>
The "share" project has been moved to SourceHut with new name
"pakakeh.go".
</content>
</entry>
<entry>
<title>Release awwan v0.12.0 (2024-02-08)</title>
<updated>2024-02-08T15:30:36Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-02-08T15:30:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/awwan/commit/?id=4ec4ca7d83320151bdc1894f0b2a5d31661ad6b0'/>
<id>urn:sha1:4ec4ca7d83320151bdc1894f0b2a5d31661ad6b0</id>
<content type='text'>
=== Breaking changes

* all: refactoring "env-set" arguments

  Previously, the "env-set" take the file argument as the last argument
  and optional.
  This changes move the file argument to the first argument so the bash
  completion can detect and print the completion for list of keys.

  While at it, fix handling key with quoted in EnvSet and EnvGet.

* all: refactoring env-get command

  This changes the order of arguments of env-get command to pass the
  directory first before the key.
  The reason is to simplify auto-completion later from the command line.

=== New features

* all: add command env-keys

  The "env-keys" command print list of environment variables under a
  directory.
  This command is internal, not documented, used by bash completion.

* all: add bash completion script

  Using awwan from CLI now can automatically complete the arguments based on
  the command and current parameter number.
</content>
</entry>
<entry>
<title>go.mod: update share module</title>
<updated>2024-02-08T15:23:19Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-02-08T15:23:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/awwan/commit/?id=3d151d864c56834cead8b872d53d62ac8791783f'/>
<id>urn:sha1:3d151d864c56834cead8b872d53d62ac8791783f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bash-completion: add completion for range in local and play argument</title>
<updated>2024-01-21T18:37:27Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-01-21T18:37:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/awwan/commit/?id=e41e3a577145cbb743fb7924b8aa2c7411f256a9'/>
<id>urn:sha1:e41e3a577145cbb743fb7924b8aa2c7411f256a9</id>
<content type='text'>
When user type the "local" or "play" command and the current input is
the range, read the script file and print each line prefixed with line
number.

Implements: https://todo.sr.ht/~shulhan/awwan/10
</content>
</entry>
<entry>
<title>completions: enable completion on first parameter in local and play</title>
<updated>2024-01-20T06:59:38Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-01-20T06:59:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/awwan/commit/?id=9bc70d5b638d70f4d09da415423745cd2dc1e8b2'/>
<id>urn:sha1:9bc70d5b638d70f4d09da415423745cd2dc1e8b2</id>
<content type='text'>
The first parameter of "local" and "play" command is the path to file
to execute.
</content>
</entry>
</feed>
