Workflow Compilation #2 - Printable Version +- nixers (https://nixers.net) +-- Forum: Desktop Customization, Efficiency, and Aesthetics (https://nixers.net/Forum-Desktop-Customization-Efficiency-and-Aesthetics) +--- Forum: Desktop Customization & Workflow (https://nixers.net/Forum-Desktop-Customization-Workflow) +--- Thread: Workflow Compilation #2 (/Thread-Workflow-Compilation-2) |
Workflow Compilation #2 - venam - 16-06-2017 Similar to the previous compilation. This is a chance to show off how you use your unix environment daily. Its not about what kind of tasks you do, but how you do it ! What is the task list ?
Submissions: Here's the compilation: https://venam.nixers.net/workflow_compilation_2017.webm Refer to the previous worfklow webcast thread for more info and help on how to record the video and the format you have to submit it Code: ffmpeg -thread_queue_size 128 -f x11grab -r 30 -s 1366x768 -i :0.0 -vcodec libx264 -preset ultrafast -threads 0 -y junk/output.mkv RE: Workflow Compilation #2 - venam - 16-06-2017 Here's my submission: https://venam.nixers.net/webcast_june2.mkv RE: Workflow Compilation #2 - tudurom - 17-06-2017 Here is my submission! RE: Workflow Compilation #2 - venam - 17-06-2017 (17-06-2017, 11:35 AM)tudurom Wrote: Here is my submission!Impressive, I like it! What's that blueish menu you use, is that part of the WM? Also what's that terminal drawing program? RE: Workflow Compilation #2 - tudurom - 17-06-2017 If by "blueish menu" you're referring to that theme chooser menu, it's dmenu. As for the terminal drawing program, it's artist-mode, included by default in emacs ;) RE: Workflow Compilation #2 - venam - 17-06-2017 (17-06-2017, 12:13 PM)tudurom Wrote: If by "blueish menu" you're referring to that theme chooser menu, it's dmenu.Is that dmenu or emacs? I had no idea you could add buttons like that. RE: Workflow Compilation #2 - tudurom - 17-06-2017 Oh that's just emacs. It's here by default (because it's emacs). RE: Workflow Compilation #2 - r4ndom - 18-06-2017 here is my workflow post. will edit it later with the link to my workflow. mine RE: Workflow Compilation #2 - xero - 19-06-2017 (17-06-2017, 11:35 AM)tudurom Wrote: Here is my submission! what font is this? still gohu? looks really nice https://github.com/tudurom/dotfiles/blob/master/x/.xres/vars#L1 RE: Workflow Compilation #2 - z3bra - 19-06-2017 It's been a while since last workflow compil', I'm in!! EDIT0: https://p.iotek.org/o2c.png EDIT1: http://pub.z3bra.org/vid/linux/workflow-20170619.mkv RE: Workflow Compilation #2 - rocx - 19-06-2017 What the z3bu said. RE: Workflow Compilation #2 - venam - 20-06-2017 (19-06-2017, 05:40 PM)z3bra Wrote: EDIT1: http://pub.z3bra.org/vid/linux/workflow-20170619.mkvThat fancy script show off and the editing was nice. To be honest, the multi editing of variable names looks nice but I can't find a case where I would use it instead of just simple substitution. RE: Workflow Compilation #2 - z3bra - 20-06-2017 Well, in this case I use it for multi variable editing, but most of the time, it's for editing multiple cursors at the same time. As you get instant feedback, it is much much better than vim's macros. You'reright though, it is mostly the same as vim's substitute (and you can use it as such: ":x/foo/c/bar" is the same as ":s/foo/bar/g"), but for complex substitution, it is sometimes better to type it directly by hand rather than trying a regex 3-4 times in a row, with undos between trials. Since I learnt to use these cursors, I never looked back, really. The instant feedback really makes things easier. RE: Workflow Compilation #2 - tudurom - 20-06-2017 xero Wrote:what font is this? still gohu? looks really nice As you can see in the video (the show off), it's Dina RE: Workflow Compilation #2 - venam - 23-06-2017 I'm going to compile those together tonight. So get to work if you haven't posted already and want to. RE: Workflow Compilation #2 - venam - 23-06-2017 VoilĂ , thanks all for participating this year. This is the compilation result: https://venam.nixers.net/workflow_compilation_2017.webm RE: Workflow Compilation #2 - Mafia - 24-06-2017 These are looking sweet guys. |