Login
Discover
Waves
Decks
Plus
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Payouts
Muted
Promoted
Global
Top communities
Create decentralized community
latest #command-line created topics on internet
teamhumble
steemhunt
2019-10-28 14:52
Pboy - tiny .pdf management utility
Pboy tiny .pdf management utility Screenshots Hunter's comment This tool helps with that. It will offer to rename and move files to a specified folder, and it even gives some filename suggestions by looking
$ 0.093
13
1
teamhumble
steemhunt
2019-10-25 18:28
pystickynote - Stickynotes for your desktop easily from the command line!
pystickynote Stickynotes for your desktop easily from the command line! Screenshots Hunter's comment seeing a lot of tools like this that help with doing things 'local' on your machine, i think we will
$ 0.029
11
1
iqbaladan
steemhunt
2019-01-31 02:23
Ino - A command line toolkit for working with Arduino hardware
Ino A command line toolkit for working with Arduino hardware Screenshots Hunter's comment If you are familiar with Arduino hardware, you should try Ino, a command line toolkit that you can use when working
$ 0.421
33
1
teamhumble
steemhunt
2019-01-10 15:00
hexyl - A command-line hex viewer
hexyl A command-line hex viewer Screenshots Hunter's comment because you never know when you need to go root level with your favorite code editor right? pretty sweet colour coded command-line viewer. hexyl
$ 0.388
31
2
asterkame
Sketchbook
2026-04-02 07:54
Promoted
Bird Nest Watercolor Painting
Hello Everyone! Today, I painted a bird nest picture. I have painted other bird nests before. I think it is nice. I painted it with watercolors. In the first step, I painted the background with light green
$ 0.934
443
3
teamhumble
steemhunt
2018-07-15 15:27
Nativefier - Make any web page a desktop application
Nativefier Make any web page a desktop application Screenshots Hunter's comment i've been using this little open source piece of code for a while to make little standalone windows for things - i use it
$ 9.034
80
6
chriselyngascon
steemhunt
2018-06-13 03:55
Git Large File Storage - an open source Git extension for versioning large files
Git Large File Storage an open source Git extension for versioning large files Screenshots Hunter's comment Are you familiar with GitHub Inc.? If you are, then you will also be having an idea of what is
$ 0.169
54
5
chrisli
steemhunt
2018-05-16 09:43
Dapp Tools - Command-line-friendly tools for blockchain development
Dapp Tools Command-line-friendly tools for blockchain development Screenshots Hunter's comment Dapp Tools is a collection of useful command-line tools for Dapps Developers. Blockchain developers can easily
$ 1.080
6
2
therealsmat
utopian-io
2018-04-20 16:51
Vhost Manager now includes support for creating nginx server blocks
Few months ago, i released a command line tool that allows developers create virtual hosts in seconds. I have few mails from developers who say the project is quite helpful. Unfortunately, the first release
$ 0.874
39
2
cabzphoto
PhotoFeed
2026-04-02 02:15
Promoted
👊 The Judge of Takanakuy: Faces of Chumbivilcas - PhotoFeed Contest Portrait Photography Round 163 [ENG-ESP]
👊 The Judge of Takanakuy: Faces of Chumbivilcas PhotoFeed Contest - Portrait Photography Round 163 [ENG-ESP] English During my journey to Cusco, I immersed myself in the "Takanakuy" festival
$ 0.754
37
3
iobates
dlive
2018-04-08 10:32
A video on At + Remind + Cron, a really good combination.
I did write a post on this a little while back, this is more or less the video on that post. I did put in a little more detail in the written post, specifically the last bit was written after I had made
$ 1.665
3
jjcali
programming
2018-03-06 05:20
Command Line Usage - Creating Directories, Creating Files, Moving Files Between Directories
Working with the command line is definitely not a natural thing. I'm so use to graphical user interfaces. It it is taking me some time to become fluent with the commands and usage. I've been trying to
$ 18.293
15
7
davidpm
linux
2018-03-04 08:40
CPUs
Ever needed to check really quick how many CPUs your *nix machine is running? Maybe you're logged into a remote server, or maybe you just forgot. In any case, I keep finding myself in a such situations
$ 0.000
1
therealsmat
utopian-io
2018-02-15 05:12
Lets build a utopian cli clone
What Will I Learn? In this tutorial, you will learn to build a useful real world php command line app. It is the 2nd in a series of Building command line apps in php Requirements To follow along, you must
$ 11.668
6
5
jannost
Tabletop / DND
2026-04-03 16:54
Promoted
Character Model Deathkorps - Hauptmann
Hello, fellow Warhammer fans! Thanks to a cold, I’ve finally gotten back to painting. Every cloud has a silver lining. Anyway, I finished this Death Korps Captain today. I’m really happy with it, what
$ 0.101
6
therealsmat
utopian-io
2018-02-11 20:16
Building command line applications in php
@amosbastian recently developed a utopian cli tool. Initially i thought it would be nice to create mine specifically for the php ecosystem but reading through his post, i realized he just got to learn
$ 32.844
6
2
tangrufus
wordpress
2018-01-28 07:13
Easily optimize WordPress images using WP CLI (and some binaries)
Images make a WordPress site looks good. However, images also make up the bulk of the size of the entire page. Nobody wants to wait for a slow site. There are some tools available such as JpegOptim, Optipng,
$ 0.000
2
2
harshallele
utopian-io
2017-12-22 06:09
Linux Command Line Tutorial #1 - Moving around in the Filesystem
This is a new series I'm doing about the Linux command line. I've been using Linux for around 3 years now, and in that time, I've learned a lot of small tricks to make using Linux easier. So while this
$ 39.791
23
5
not-a-bird
linux
2017-12-15 01:58
Bash/Linux Tip: dircolors
Here's a quick tip on how to customize the colors that are used in the (Bash) shell when listing files. I keep going nuts on the details in my posts, so here's my attempt at another short one. Or at least,
$ 0.172
5
albertocova
Foodies Bee Hive
2026-04-03 21:34
Promoted
Un Pastel de Pescado del 2026
Un Pastel de pescado Genial para compartir en Familia
$ 0.040
6
7
akccakcctw
curl
2017-11-20 07:26
cURL 指令備忘
一般用法 # 顯示網頁原始碼 curl # 將網頁內容輸出為sample.html curl -o sample.html # 同上,但輸出時維持原檔名 curl -O # 用來下載檔案也沒問題 curl -O # 批次下載檔名連續圖片 curl -O 進階用法 # 批次下載檔名連續圖片 curl -O # 使用指定帳密上傳檔案 curl -T localfile -u name:passwd -o:輸出檔名
$ 0.000
6
gjcooper
programming
2017-11-09 10:00
Pythonids: Command Line interfaces
Pythonids: Command Line interfaces With python (as with most desktop based programming languages) writing a command line interface to your script is easy. Python provides several methods out of the box
$ 0.000
3
3
not-a-bird
linux
2017-10-21 09:59
Linux Tips - DRYing up the Bash (incremental search)
image source Linux Tips - DRYing up the Bash I just read @jrswab's Linux Terminal article and it's inspired me to create a series of Linux tips articles, this is the first in what I hope will be a long
$ 0.042
6
12
nincom
steembin
2017-10-16 11:46
steemcli - A command-line client for posting content to Steem
steemcli A command-line client for posting content to Steem Install npm install -g steemcli Usage Usage: steemcli [options] <file> Options: -h, --help output usage information -V, --version output
$ 0.000
0