https://github.com/castrozan/tui-notifier
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.6%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: Castrozan
- Language: Nix
- Default Branch: master
- Size: 8.79 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 1
Created 11 months ago
· Last pushed 11 months ago
https://github.com/Castrozan/tui-notifier/blob/master/
# tui-notifier [](https://textual.textualize.io/) [](https://www.python.org/) [](https://opensource.org/licenses/MIT) `tui-notifier` is a terminal-based application that allows you to schedule notifications directly from your command line.## Preview  ## Installation The `flake.nix` file allows this project to be used as a Nix package. You can add it to your NixOS or Home Manager configuration. 1. **Add `tui-notifier` to your flake inputs** ```nix # flake.nix inputs = { # ... other inputs tui-notifier.url = "github:castrozan/tui-notifier/Table of Contents
"; }; ``` 2. **Enable the package in your Home Manager configuration** ```nix # home.nix { pkgs, inputs, ... }: { home.packages = [ inputs.tui-notifier.packages.${pkgs.system}.default ]; } ``` ## Usage Run the application with: ```sh tui-notifier ``` ## Development The `devenv.nix` file provides a reproducible development environment with all the necessary dependencies and usefull commands. ```sh devenv shell ```
Owner
- Name: Lucas Zanoni
- Login: Castrozan
- Kind: user
- Repositories: 2
- Profile: https://github.com/Castrozan
GitHub Events
Total
- Push event: 2
- Create event: 1
Last Year
- Push event: 2
- Create event: 1