Interface support

Note

The documentation in this section is aimed at people wishing to contribute to histofile, and can be skipped if you are simply using the tool from the command line.

main()

Main entry point.

Calls os.exit on completion.

commands table

list(args)

List history entries.

Parameters:args – Parsed arguments
Returns:Exit code suitable for shell
new(args)

Add new history entry.

Parameters:args – Parsed arguments
Returns:Exit code suitable for shell
update(args)

Update history file.

Parameters:args – Parsed arguments
Returns:Exit code suitable for shell