GitXplorerGitXplorer
a

noteapp

public
4 stars
1 forks
3 issues

Commits

List of commits on branch main.
Verified
765a2ff2e566722fd21b54799634aea6d4e0de18

read_config_file: use map_err

aaviau committed 2 years ago
Verified
a186012df810f544330dc244857249b56155e7de

Makefile: mrproper target

aaviau committed 2 years ago
Verified
97d1d2f76a2ee5464fc8f17acd238759ed1c9b7f

app_config: privatize some modules

aaviau committed 2 years ago
Verified
a9286b9cc8c044e08188fa38f9ae7723d1ee075e

Makefile (format): run cargo fix

aaviau committed 2 years ago
Verified
1b1ae155aacab2f8a58ebfb3c7d5ac21f610c977

AppConfig: impl the default trait

aaviau committed 2 years ago
Verified
992bbd987140f9b7ced4dfc0ed47c0c32673a29f

error handling: use anyhow

aaviau committed 2 years ago

README

The README file for this repository.

noteapp

History

  1. This app used to be written using Electron. The remains are in archive/electron/.
  2. The app was rewritten using Tauri and React. The remains are in archive/react.
  3. The app was rewritten using Tauri and Vue.js.