npshell (1/2)
Category index page 1 of 2 pages, listing 100 out of 121 entries in the category npshell.
Trim null character from line count when adding to playlist
Mention if a path is a symlink if it cannot be added to the playlist
Add newline after sounds in queue/history counts
Assume terminal-notifier v2.0.0 is used, and remove alerter flags
- Versions before terminal-notifier v2.0.0 had bugs related to "alerter" mode notifications. - Workarounds were in place in `npshell`. - Removed workarounds, assuming terminal-not…→ Full commit message
Update copyright years
Add brew services start to installation instructions
v1.4.0
Read both id3v2 and id3v1 fallback values
Escape first character in messages for terminal-notifier
Add sleep before track change notification
Warm up cache for id3v2 execution
Workaround bug in terminal-notifier by adding configurable timeout
- Previously, the notifications would only work once. - This seems to be related to `terminal-notifier` not exiting automatically after displaying the notification. - The issue is…→ Full commit message
Optionally follow sound file symlinks
- Some sounds may be not be actual files, byt symlinked to the actual file. - Not all players (for example `afplay`) handle symlinks correctly. - This change introduces the boolea…→ Full commit message
Skip hidden folders or hidden files when looking for sounds
v1.3.1
Use HTTPS for links where possible
Minor documentation fixes and improvements
Move installation instructions to a separate file
More info in 'np doctor'
Use id3v2 tags in notifications, if available
Check if $PWD exists before continuing
Use bash builtin type instead of which to look for executables
Add man page generation for np(1)
Clean up help commands
Merge pull request #3 from RobertAudi/help-command
Add a help command * RobertAudi/help-command: Add a help command
More aggressive pid file deletion
Re-add renamed function
Clean up even more pid files
Clean up dead pid files automatically
Don't override exit code
Merge branch 'notifications'
* notifications: Return success from functions, move warning if no notifier was found, even less output Reduce amount of information output by default Additional documentati…→ Full commit message
Merge branch 'daemon-rework'
* daemon-rework: Update documentation Add 'np startstop', which works like a broken play/pause button Make 'playing' the default mode Make 'np next' work even if the playe…→ Full commit message