sopen

Suckless mimeopen alternative
git clone git://pollux.codes/git/sopen.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2025-02-21 06:16fix: Segmentation fault on no argumentsPollux1+5-0
2025-02-12 18:17feat!: Combine protocol, url, and path regexesPollux2+11-67
2025-02-12 18:08fix: Remove debugging print statementsPollux1+0-3
2025-02-12 18:00docs: Update README and add better default configPollux2+44-5
2025-02-12 05:42fix: Properly print unknown optionPollux1+1-1
2025-02-12 05:30feat: Add command line argumentsPollux2+83-6
2025-02-12 04:54docs: Add man pagePollux2+16-1
2025-02-11 06:36style: Refactor codePollux1+90-80
2025-02-11 04:33fix: Exit after running programPollux1+3-0
2025-02-11 04:17style: Format codePollux1+43-33
2025-02-11 04:15feat: Initial commitPollux5+857-0