https://github.com/castrozan/tui-notifier

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 
[![Textual](https://img.shields.io/badge/Textual-0.61.0-blue)](https://textual.textualize.io/) [![Python](https://img.shields.io/badge/Python-3.11-blue)](https://www.python.org/) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

`tui-notifier` is a terminal-based application that allows you to schedule notifications directly from your command line.

Table of Contents
  1. About The Project
  2. Installation
  3. Usage
## Preview ![TUI Notifier Screenshot](static/app.png) ## 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/"; }; ``` 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

GitHub Events

Total
  • Push event: 2
  • Create event: 1
Last Year
  • Push event: 2
  • Create event: 1