massive update to fix issues from htmltest
This commit is contained in:
parent
a6ebb354c8
commit
878ae417aa
88 changed files with 548 additions and 567 deletions
|
|
@ -8,16 +8,9 @@ tags = ["cli","linux"]
|
|||
Command-Line blog posts
|
||||
=======================
|
||||
|
||||
So, it only seems fitting that I should talk about a command-line
|
||||
interface to posting on this blog. No, I do not mean using
|
||||
[links](http://links.twibright.com) or the like, but a way to post from
|
||||
the command line.
|
||||
So, it only seems fitting that I should talk about a command-line interface to posting on this blog. No, I do not mean using links (was at links.twibright.com) or the like, but a way to post from the command line.
|
||||
|
||||
So, this post is being typed up in [vim](http://www.vim.org) on my
|
||||
[Fedora 8](http://www.fedoraproject.org) laptop. I will use this great
|
||||
little tool I found called *wppost* to post. *wwpost* is part of the
|
||||
[perl](http://www.perl.org) module
|
||||
[WordPress::Post](http://search.cpan.org/~leocharre/WordPress-Post-1.04).
|
||||
So, this post is being typed up in [vim](https://www.vim.org) on my [Fedora 8](https://www.fedoraproject.org) laptop. I will use this great little tool I found called *wppost* to post. *wwpost* is part of the [perl](https://www.perl.org) module [WordPress::Post](https://search.cpan.org/~leocharre/WordPress-Post-1.04).
|
||||
|
||||
A brief summary of its commands are bellow:
|
||||
|
||||
|
|
|
|||
|
|
@ -8,10 +8,6 @@ tags = ["cli","lifeimitatingmovies"]
|
|||
Pizza Party - Command Line Pizza ordering program
|
||||
=================================================
|
||||
|
||||
Want a pizza, and do not want to fire up that pesky GUI? We have the
|
||||
solution for you: [Pizza Party - Command Line Pizza ordering
|
||||
program](http://www.beigerecords.com/cory/pizza_party/)
|
||||
Want a pizza, and do not want to fire up that pesky GUI? We have the solution for you: Pizza Party - Command Line Pizza ordering program (was at beigerecords.com/cory/pizza_party/)
|
||||
|
||||
Currently, only from Dominos, so if you do not have one near you who
|
||||
accepts on-line orders (*sigh*, mine does not), then you are out of
|
||||
luck.
|
||||
Currently, only from Dominos, so if you do not have one near you who accepts on-line orders (*sigh*, mine does not), then you are out of luck.
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@ So you need a calendar?
|
|||
|
||||
So, one of the things we have been using computers for is to keep track of our lives. And this means a scheduling or calendaring tool. Some tools out there do this fine, and some do it very well.
|
||||
|
||||
I have to keep track of a lot of appointments. From conference calls for work, to each member of the family's schedules, to random, but highly important reminders. Most calendaring programs out there will let you set up a reoccurring event by day of the month, or the date. But, what if you need to do something two days before the end of the month, every month? Or, you need to do something every full moon, but not on [the blue moon](http://en.wikipedia.org/wiki/Blue_moon)? Or, you have a standing meeting with your boss every other Monday morning, execpt when Monday is a holiday, then the meeting shifts to Tuesday? Oh, and you want something that you can run over an ssh session, while on your smart phone, or you friend's smart phone?
|
||||
I have to keep track of a lot of appointments. From conference calls for work, to each member of the family's schedules, to random, but highly important reminders. Most calendaring programs out there will let you set up a reoccurring event by day of the month, or the date. But, what if you need to do something two days before the end of the month, every month? Or, you need to do something every full moon, but not on [the blue moon](https://en.wikipedia.org/wiki/Blue_moon)? Or, you have a standing meeting with your boss every other Monday morning, execpt when Monday is a holiday, then the meeting shifts to Tuesday? Oh, and you want something that you can run over an ssh session, while on your smart phone, or you friend's smart phone?
|
||||
|
||||
The answer is simple: [remind](http://www.roaringpenguin.com/products/remind/). remind can do this, and more. Need to set something up by the Hebrew Calendar? Check. Want your calendar to run a shell command for you on a holiday, specific day of the month, or phase of the moon? Check. Most modern Linux distrobutions include remind nowdays, as it is so darn usefull. In addition, it runs just fine under Solaris, and the BSDs, including MacOS X. If fact, over at [43Folders](http://www.43Folders.com), they had a whole section their wiki for remind. The wiki has many tips and tricks on how to use remind to its fullest.
|
||||
The answer is simple: [remind](https://www.roaringpenguin.com/products/remind/). remind can do this, and more. Need to set something up by the Hebrew Calendar? Check. Want your calendar to run a shell command for you on a holiday, specific day of the month, or phase of the moon? Check. Most modern Linux distrobutions include remind nowdays, as it is so darn usefull. In addition, it runs just fine under Solaris, and the BSDs, including MacOS X. If fact, over at [43Folders](https://www.43Folders.com), they had a whole section their wiki for remind. The wiki has many tips and tricks on how to use remind to its fullest.
|
||||
|
||||
In my next post, I will share some tips on how I get remind to remind me of events.
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ playing in the Web 2.0 web space, and you want to stay true to your
|
|||
roots? Want a Web 2.0 calendar, but still love (or need) command line
|
||||
access?
|
||||
|
||||
I just found the answer: [gcalcli](http://code.google.com/p/gcalcli/).
|
||||
I just found the answer: [gcalcli](https://code.google.com/p/gcalcli/).
|
||||
This little tool will let you list your appointments, get an list your
|
||||
events, get an agenda, print ascii rendering of your calendar for the
|
||||
week or month. You can even add events to the calendar.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue