file-linesConfig files

You can configure the style the programs prints your output.


There are 3 styles: old (the default one, if you don't configure any file), modern, future

  1. First of all you have to create a .yaml file on a safe place on your computer.

  2. Second of all you need to write this in your file :

table : ""

Inside "" you nee to write the style you want like this :

"old"

OR

"modern"

OR

"future"
  1. You need to go in Powershell and write this command :

ftown config "path to config file, example: D:\example_folder\example.yaml"

Now you are all set up your commands should look like this :

1

OLD

Devlog:
  ID: 16964
  Body:
 ------------------------ 
 API Key Management

Added commands to:
- Register an API key securely in Windows Credential Manager
- Delete the stored API key when needed

This improves security and removes the need to re-enter the key manually every time.

You can also verify your key at the moment you introduce it with the -v, - -verify flag
 
 ------------------------

  Comments Count: 0
  Duration (seconds): 3563
  Likes Count: 1
  Scrapbook URL: 
  Created At: 2026-01-28 15:33:15.065 +0000 UTC
  Updated At: 2026-02-11 07:27:18.369 +0000 UTC
  Comments:
2

MODERN

Devlog:
  ID: 16964 | Duration: 3563s | Likes: 1 | Comments: 0
  Scrapbook: 
  Body:
 ------------------------ 
 API Key Management

Added commands to:
- Register an API key securely in Windows Credential Manager
- Delete the stored API key when needed

This improves security and removes the need to re-enter the key manually every time.

You can also verify your key at the moment you introduce it with the -v, - -verify flag
 
 ------------------------

  Created: 2026-01-28 15:33:15.065 +0000 UTC | Updated: 2026-02-11 07:27:18.369 +0000 UTC
  Comments:
3

FUTURE

>>> DEVLOG <<<
ID: 16964 | Duration: 3563s | Likes: 1 | Comments: 0
SCRAPBOOK URL: 
BODY:
 ------------------------ 
 API Key Management

Added commands to:
- Register an API key securely in Windows Credential Manager
- Delete the stored API key when needed

This improves security and removes the need to re-enter the key manually every time.

You can also verify your key at the moment you introduce it with the -v, - -verify flag
 
 ------------------------

CREATED: 2026-01-28 15:33:15.065 +0000 UTC | UPDATED: 2026-02-11 07:27:18.369 +0000 UTC
COMMENTS:

Last updated