Skip to content

NJichev/noti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noti

A module for linux desktop notifications.

Installation

The package can be installed by adding noti to your list of dependencies in mix.exs:

def deps do
  [{:noti, "~> 0.1.0", only: :dev}]
end

Usage

Simply give the message you want to notify with.

iex> Noti.with("Hello World")
:ok

This will send a message to the linux notification server.

Make sure that you can use notify-send and that it's in the $PATH.

Contributing

  • Star it.
  • Share it.
  • Found an issue? - Sumbit an issue.
  • Need a feature?
    • Fork it.
    • Pull-request with details why you need this.
    • Profit!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages