]> git.sur5r.net Git - i3/i3status/commit
Added function to print content from file (#331) master
authorDennis Vesterlund <dennisvesterlund@gmail.com>
Thu, 21 Feb 2019 14:34:32 +0000 (15:34 +0100)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Thu, 21 Feb 2019 14:34:32 +0000 (15:34 +0100)
commit9b5f6ae5f460c8642286cf174751a317f155d043
tree802a6ca40521ffddffe91fcab5d4a50f67fdd8f2
parent9d28a661a72cd118448e92c30a35b98100aa57bf
Added function to print content from file (#331)

Added a function to print file contents to status bar without newlines.
Added tests for print file contents function
Added manpage entry for file contents
Makefile.am
i3status.c
include/i3status.h
man/i3status.man
src/print_file_contents.c [new file with mode: 0644]
testcases/025-file-contents/expected_output.txt [new file with mode: 0644]
testcases/025-file-contents/i3status.conf [new file with mode: 0644]
testcases/025-file-contents/short.txt [new file with mode: 0644]