Jump to content

nikivi

Member
  • Posts

    985
  • Joined

  • Last visited

  • Days Won

    21

Posts posted by nikivi

  1. appropriate place to describe my personal preferred method of building workflows

     

    True. But as a reference to an external place like a wiki entry maybe super beneficial. I plan to do it once I figure this issue out.
     

    Don't take any of it as criticism. I just think more generally a screencast of someone developing a Go workflow with AwGo with 'proper' dev enviroment for fast feedback (modd or watchexec thing) will go along way.

     

  2. 1 hour ago, chris said:

    writing Workflows in GO

     

    I want to do more screencasting and learning materials around awgo as it's super cool library.

     

    @deanisheIs there a doc I can see on how I can make developing workflows with AwGo nicer. I can't run the binary straight away so have to do it through debugger but that has font size that makes it impossible to read. 😞

     

    Would be nice if there was some awgo function I can call debug() and it would figure out the weird things for me as I run it inside Alfred workflow. ❤️

  3. I do both, small workflows in one mono repo (https://github.com/nikitavoloboev/small-workflows) updated with OneUpdater. Workflows with more code are updated with deanishe library https://github.com/deanishe/awgo which is the go version of his python library (and shared either in small workflows or as a separate repo).

     

    I like this structure as there is too much friction I feel in sharing a small workflow by creating a new github repo every time.

     

    One other thing that's useful to know is how to symlink workflows

  4. 7 hours ago, deanishe said:

    important to me that my todo app is scriptable

     

    I actually started to help Fahad (2Do dev) out with adding a backend to 2Do. Written in Django. I hope 2Do gets some scriptability in soon time but I find 2Do so fast and nice to use (due to it onscreen keys like `n` for new tasks, `t` for due date today, `y` for tomorrow etc). That adding/moving tasks is very fast already.

     

    One thing I do want to write though is a proper GitHub client because https://www.realartists.com/blog/ship-20.html was amazing but it died. The code for it is on GitHub but it requires a big backend component in C# that I don't want to touch. Most of my tasks are either GitHub issues or personal todos so it would cover everything. GitHub projects are underutilized as task managers even for teams that don't deal with code. Just lacks a nice fast client.

     

    7 hours ago, deanishe said:

    Do you know Vikunja?

     

    Looks nice and I love that is has API. Although one thing is I personally hate using web interface for anything productive (note taking, todos).

     

    7 hours ago, deanishe said:

    virtual magic sword are somehow more motivating

     

    For me I think the social network aspect of Habitica kind of interesting. I think it might be nice to challenge yourself and your SO for example of who gets a better sword. 🙃

     

    -- 

    Apologize for drift away from your question, Chris. I'm just too curious about what tools people are using and what they like/hate about them. 

  5. I am using this workflow https://github.com/deanishe/alfred-booksearch with version 0.2.0 and an action in the workflow doesn't work due to Alfred bugging out. The issue is outlined here https://github.com/deanishe/alfred-booksearch/issues/2. I thought it was a bug with workflow but it seems to be some issue with Alfred and my macOS but I don't know what. And not sure how to get logs for the kind of error that causes this.

     

    I attached a video recording of it to the issue. You see a small flicker after I activate one of the options that should transfer to next Alfred script filter. It flickers and than quits. 


    I am running macOS version: 10.15.6 and Alfred version: 4.1.1

     

    CleanShot 2020-09-02 at 22.51.37.gif

×
×
  • Create New...