Let Hugo do the counting of how far along I got into the #100DaysToOffload challenge.| scripter.co
Tiny snippets showing if/else use in awk ..| scripter.co
You write it just like that in the title — “Org” with capital “O”, and then lower-case “mode” separated by a space.| scripter.co
Update: This first post was created using octopress, but now I am using hugo. Testing the first post using octopress.| scripter.co
Jenkins is an amazing free and open source continuous integration and| A Scripter's Notes
Git Delta is a command line utility that beautifies git diffs in the| A Scripter's Notes
You can phonetically write a non-English language on an English| A Scripter's Notes
Use go clean -modcache to clean up all the old auto-downloaded Go| A Scripter's Notes
How to view GitHub Pull Request branches locally in the cloned repo,| A Scripter's Notes
Setting a different font for a specific script or language in Emacs.| A Scripter's Notes
My diagrammatic take on summarizing all the Emacs advice combinators.| A Scripter's Notes
How to define a custom org-global-cycle-like command that collapses| A Scripter's Notes
The default behavior of Firefox opening new tabs from links had been| A Scripter's Notes
How I generated the Python dependencies file requirements.txt so| A Scripter's Notes
Use tar -caf <file> <dir> to create an archive, tar -xf <file> to| A Scripter's Notes
Unclutter is a better looking Reader View browser add-on available| A Scripter's Notes
How I fixed my site content and went down from 46 HTML validations| A Scripter's Notes
Validate your website offline — It’s just one curl command away.| A Scripter's Notes
A brief guide on how to install Hugo themes using Hugo Modules.| A Scripter's Notes
Using the org-map-entries API to loop through selected or all| A Scripter's Notes
Quick introduction to Org mode’s :LOGBOOK: feature and how I use it| A Scripter's Notes
A guide on how to build Org mode from its main branch and load in| A Scripter's Notes
Download and “installing” Nim using just curl and tar.| A Scripter's Notes
Quick tip on how to create git patch files in Emacs using Magit.| A Scripter's Notes
In this post, I introduce a little library I created for ox-hugo to| A Scripter's Notes
Creating a specification for an Emacs-Lisp library to convert Lisp| A Scripter's Notes
A Hugo partial to parse all the backlinks to any post from the same| A Scripter's Notes
In my previous post, I talked about how info: Org link export| A Scripter's Notes
Journey of Org links from copying (storing) them, inserting them in| A Scripter's Notes
A short guide for getting the single quotes rendered as expected| A Scripter's Notes
Use goat code blocks if you have ASCII diagrams with a mix of text| A Scripter's Notes
Using the :around advice to prevent messages from being displayed in| A Scripter's Notes
How to use the Nim importcpp pragma to bind to C++ Standard Template| A Scripter's Notes
A quick introduction to using ERT (Emacs Lisp Regression Testing) for| A Scripter's Notes
A custom Hugo shortcode to create cross-references to other posts| A Scripter's Notes
What are Hugo Modules and should you convert your Hugo site to be one?| A Scripter's Notes
Using grep to do substring extraction in shell scripts.| A Scripter's Notes
Using parameterized classes with static functions to make up for| A Scripter's Notes
Adding sidenotes using a Hugo shortcode and ox-hugo.| A Scripter's Notes
Through the Mastodon-verse, one day I somehow landed on the amazing| A Scripter's Notes
A little example demonstrating calling a C++ written function in| A Scripter's Notes
Deploying Nim applications as static binaries for GNU/Linux type| A Scripter's Notes
I ventured out to start writing about a 100+ line Emacs Lisp snippet| A Scripter's Notes
A little cheat sheet to help remember the Go time formatting syntax.| A Scripter's Notes
My attempt at FizzBuzz in Nim.| A Scripter's Notes
When writing bash scripts, I often need to know if the script is| A Scripter's Notes
Spoiled by being able to access in-built docs in Emacs at fingertips,| A Scripter's Notes
Follow-up post to my earlier post on octals in Golang – Feedback to| A Scripter's Notes
Someone in the Golang team thought that it would be a good idea to| A Scripter's Notes
How to trim the FontAwesome JS for your website, using Emacs Lisp.| A Scripter's Notes
Table of Contents| A Scripter's Notes
Make the git diff output be more useful when diffing minified .js| A Scripter's Notes
Content organization for Hugo posts/articles using Page Bundles.| A Scripter's Notes
A handy flow-chart if you are confused about when commits happen to| A Scripter's Notes
Using field-formatters to format results of Org table formulae.| A Scripter's Notes
Table of Contents| A Scripter's Notes
Table of Contents| A Scripter's Notes
I never quite liked the trend to have upper-cased keywords in Org| A Scripter's Notes
The Org and Worg git repos can be committed to only via ssh protocol| A Scripter's Notes
I use emacs – with a server1 and client setup – so that I| A Scripter's Notes
Outdated post on how to build hugo from source with the latest| A Scripter's Notes
“Installing” go is simply extracting its release archive, putting it| A Scripter's Notes
To connect to a machine with ip MACHINE, you simply need to enter the below at command-line:| A Scripter's Notes
Lately, I have come to know of a command line search utility called [ripgrep][3], coded in rust, that is capable of faster code searches (at least for my use cases) than grep or [ag][4]. So I got interested in building the latest versions of rg (ripgrep binary name) directly from its github master branch rather than waiting for its [release binaries][5].| A Scripter's Notes
I was working on a tcsh script that did some cool stuff. But if a| A Scripter's Notes
I was reviewing what was occupying the maximum disk space using the| A Scripter's Notes
Shell script snippets to check if you have an executable or binary| A Scripter's Notes
It is quite common knowledge that the basename command is used to get just the file name without its full path.| A Scripter's Notes
Using emacsclient instead of the emacs binary is a very useful technique to prevent loading emacs from scratch each time you open a new file. That technique is useful on Windows too. But for this to work on Windows, we need some more elisp and Windows environment variable configuration than just the below code,| A Scripter's Notes
While generating a simple favicon for this blog, I went through a little exercise on how to generate a favicon with transparent background. I did not want the favicon with square block background which runs a risk of not blending well with the browser tab background as seen below:| A Scripter's Notes
I have been toying with the idea to use hugo as my static web site generator for few weeks now. And then the news of its version 0.17 release are announced, and hugo shows up on Hacker News once again.| A Scripter's Notes
In almost all of my ediff use cases, I would have windows open| A Scripter's Notes
The setup of outshine package for emacs requires the user to set the| A Scripter's Notes
In Magit buffer *magit: ..*,| A Scripter's Notes
Using mouse to copy/paste in tmuxpanes.| A Scripter's Notes
I am in the process of converting traditional verilog test benches to| A Scripter's Notes
Lately I was having an issue in the org to html conversion where the newline| A Scripter's Notes
A list of my frequently used texlive manager commands.| A Scripter's Notes
Notes and references for formatting in LaTeX.| A Scripter's Notes
At times you might need your org exported pdf to have the exact font rendering| A Scripter's Notes
Set the buffer major mode to org-mode. If the file extension is| A Scripter's Notes
In Matlab, the groups that are defined in parentheses are saved as tokens.| A Scripter's Notes
github link| A Scripter's Notes
This is the most common way of my sed usage:| A Scripter's Notes
I’ll step through how to set custom fonts for xterm terminal. My default shell is tcsh.| A Scripter's Notes
A hash can be assigned to a key of another hash using hash reference.| A Scripter's Notes
If you type echo "Hi\nHow\nHi\nAre\nHi\nYou?\nAre", you will get this in your terminal:| A Scripter's Notes
sed stands for stream editor.| A Scripter's Notes
Python snippets to do number representation conversion among| A Scripter's Notes
This posts explain how the emacs in-built query-replace-regexp| A Scripter's Notes
I have a couple of theme packages installed on my emacs but I would| A Scripter's Notes
Some times I would need to define an alias in tcsh which can have| A Scripter's Notes
Update (2017/02/23) — Now I use GNU Global with Universal| A Scripter's Notes
I found how to escape a $ sign| A Scripter's Notes
Update (2017/02/23) — Now I use Hugo instead of Octopress for| A Scripter's Notes
Faster way to send the same command to each and every pane in your| A Scripter's Notes
If you have bc installed, you can use it to do math operations on| A Scripter's Notes
This post shows how to get the current directory name without the| A Scripter's Notes