Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-24 | Changed the Shell type to POSIX compliant | ||
2019-03-25 | Update docs | ||
2019-03-24 | make the script POSIX compliant | ||
2019-03-24 | Use POSIX compliant sh scripts if possible | ||
2019-03-24 | Add script to invoke pastebinit | ||
2019-03-24 | Add script to upload a file to transfer.sh | ||
2019-03-24 | Add script to resize images in directory | ||
2019-03-24 | Update docs | ||
2019-03-23 | Update docs | ||
2019-03-23 | nlaunch is an independent app launcher | ||
2019-03-23 | Update docs | ||
2019-03-23 | Do not subscribe to IN_ATTRIB events | ||
2019-03-23 | Update docs | ||
2019-03-23 | Add user script to view files in hex | ||
2019-03-23 | Update docs | ||
2019-03-22 | Fix #231 | ||
2019-03-22 | Merge pull request #233 from TimB87/master | ||
add CRUX to distrolist | |||
2019-03-22 | the list alphabetical and commands go in backquotes | ||
2019-03-22 | add CRUX to distrolist | ||
2019-03-22 | Update docs | ||
2019-03-22 | Update issue template | ||
2019-03-21 | Fix lint warnings | ||
2019-03-21 | Disable readability-isolate-declaration check | ||
2019-03-21 | Update docs | ||
2019-03-20 | Fix #229 | ||
2019-03-20 | Diff viewer script using vimdiff | ||
2019-03-20 | Update docs | ||
2019-03-20 | Break when watch desc becomes 0 | ||
2019-03-19 | Remove obsolete help | ||
2019-03-19 | Fix build break | ||
2019-03-19 | Fix selection symbol (+) lost after a few seconds | ||
This is fix on Linux. Someone has to test it on BSD and fix IF there's similar issue with the kevent based mechanism. We need to mask and check if the intended events are received because some events like IN_UNMOUNT, IN_Q_OVERFLOW or IN_IGNORED may arrive without knowledge. | |||
2019-03-19 | Prepare for release v2.4 | ||
2019-03-18 | Fix #227 | ||
2019-03-18 | Clear rest of the line | ||
2019-03-18 | Do not refresh on mediainfo | ||
2019-03-18 | Code reformat | ||
2019-03-17 | Add reference to program help for keybinds | ||
2019-03-17 | Add readme on nlay | ||
2019-03-17 | Update refs to new wiki page | ||
2019-03-17 | Update docs | ||
2019-03-17 | checkpatch warning fixes | ||
2019-03-17 | Changes for #226 | ||
2019-03-17 | Merge pull request #226 from juacq97/add-kdeconnect | ||
Added a user-script to send selected files using kde-connect. | |||
2019-03-17 | Drop the .sh subscripts | ||
2019-03-17 | Added a user-script to send selected files using kde-connect. | ||
The script uses kdeconnect-cli to send the files to the linked device. Uses the .nnncp file to cat the selected files. You can get system notifications using notify-send. This is disabled by default. | |||
2019-03-16 | Add issue template | ||
2019-03-16 | Update docs | ||
2019-03-15 | Change debug file name, close before exit | ||
2019-03-14 | Update docs | ||
2019-03-14 | Remove redundant check | ||