sammyette sammyette
  • Joined on 2021-03-24
sammyette synced new reference userdata to sammyette/Hilbish from mirror 2022-05-28 01:45:30 +00:00
sammyette synced commits to userdata at sammyette/Hilbish from mirror 2022-05-28 01:45:30 +00:00
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-05-25 00:22:13 +00:00
9d385efbfc docs: add new methods for job objects
d99c24842f docs: update changelog
61271dc70c fix: load bg command on init
8697344f98 feat: implement job foregrounding/backgrounding (#155)
Compare 4 commits »
sammyette synced commits to fg-job at sammyette/Hilbish from mirror 2022-05-25 00:22:13 +00:00
7ac43aa2da feat: add job.background and bg command
43dc00c120 refactor: implement fg in lua
4c8cb686a0 feat: add job.background function
2940b82a91 chore: update deps
e6b1e260d8 feat: attempt to implement fg builtin
Compare 5 commits »
sammyette synced commits to fg-job at sammyette/Hilbish from mirror 2022-05-24 16:12:13 +00:00
021906ae86 feat: attempt to implement fg builtin
sammyette synced commits to fg-job at sammyette/Hilbish from mirror 2022-05-24 08:02:13 +00:00
sammyette synced new reference fg-job to sammyette/Hilbish from mirror 2022-05-24 08:02:13 +00:00
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-05-22 15:22:13 +00:00
d65b574cb2 docs: fix typo in job hook docs
sammyette synced commits to extended-job-api at sammyette/Hilbish from mirror 2022-05-22 07:12:13 +00:00
1fd99a78cc docs: add docs and changelogs relating to jobs
e50ee0b511 fix!: make exec path in job add explicit in lua side
f43ff7d03c chore: fix comments
3bcff3e350 feat: add job output
Compare 4 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-05-22 07:12:13 +00:00
d808534da6 perf: use waitgroup instead of loop to wait on timers
a4b358fd9c perf: use struct{} for done channel in timer instead of bool
8f6f27e647 docs: add docs for lunacolors (closes #144)
f888aabc80 chore!: update lunacolors
2572d0ea9e docs: update changelog with latest changes
Compare 7 commits »
sammyette synced commits to extended-job-api at sammyette/Hilbish from mirror 2022-05-21 23:11:28 +00:00
8fdde4aa58 chore: remove unused code
dde56cbb4f feat: make disown command get last job if id isnt suppied as arg
bbff7098c2 feat: add jobs.last function to get last job
b3a5c0e67c feat: add disown command
fc40bad092 fix: stop jobs on exit
Compare 6 commits »
sammyette synced commits to extended-job-api at sammyette/Hilbish from mirror 2022-05-21 15:01:28 +00:00
4bc94ce916 fix: set bg proc attr in build tagged file
1522749397 fix: use right procattr on correct os
4a5e4957d7 fix: use setpgid on cmd procattr for background jobs
055132aa10 chore: update modules
Compare 4 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-05-20 06:21:28 +00:00
0b07b93de2 docs: move nature docs into a folder
sammyette synced commits to extended-job-api at sammyette/Hilbish from mirror 2022-05-18 13:31:41 +00:00
4805244417 feat: emit job.add hook when job is added
2fb55526dc fix: assign binary path to job
9f6a07c90a fix: deadlock in lua job add function and not taking proper amount of args
b5c78a39a8 fix: reuse standard files for jobs
Compare 4 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-05-18 13:31:41 +00:00
8b6506b36c refactor: move out home abbreviating code to a util function
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-05-17 13:01:41 +00:00
ab8b9c8376 feat: add hilbish.version interface
5dd2af7250 fix: add release name to version
ac21109307 fix: change how version is retrieved
Compare 3 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-05-14 03:21:41 +00:00
cb88db8cfc feat: add hilbish.vim interface (closes #114)
960909b81d fix: typo in editor interface
dc933934eb feat: add hilbish.editor interface
827c25fb57 feat: add hilbish.job.add function
3374dfd28f fix: always start job in exec handler
Compare 6 commits »
sammyette synced new reference extended-job-api to sammyette/Hilbish from mirror 2022-05-14 03:21:41 +00:00
sammyette synced commits to extended-job-api at sammyette/Hilbish from mirror 2022-05-14 03:21:41 +00:00
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-05-12 10:31:41 +00:00
200fe1054f fix: pass user input to runner function instead of expanded alias