Files
guru/app-shells/zsh-histdb/metadata.xml
Anna (cybertailor) Vyalkova 1e95f22062 */*: update metadata schema uri
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-03-04 18:56:32 +05:00

24 lines
1012 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/larkery/zsh-histdb/issues</bugs-to>
<remote-id type="github">larkery/zsh-histdb</remote-id>
</upstream>
<longdescription lang="en">
This is a small bit of zsh code that stores your history into a sqlite3 database. It improves on the normal history by storing, for each history command:
The start and stop times of the command
The working directory where the command was run
The hostname of the machine
A unique per-host session ID, so history from several sessions is not confused
The exit status of the command
It is also possible to merge multiple history databases together without conflict, so long as all your machines have different hostnames.
</longdescription>
</pkgmetadata>