All Projects → chrisoldwood → Ddecmd

chrisoldwood / Ddecmd

DDE command line query tool

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Ddecmd

Org Formation Cli
Better than landingzones!
Stars: ✭ 471 (+4181.82%)
Mutual labels:  cli, tool
Bat
A cat(1) clone with wings.
Stars: ✭ 30,833 (+280200%)
Mutual labels:  cli, tool
Ferret
Declarative web scraping
Stars: ✭ 4,837 (+43872.73%)
Mutual labels:  cli, tool
Auto Cpufreq
Automatic CPU speed & power optimizer for Linux
Stars: ✭ 843 (+7563.64%)
Mutual labels:  cli, tool
Dotnet Ignore
.NET CLI tool that can download .gitignore file from gitignore repository
Stars: ✭ 18 (+63.64%)
Mutual labels:  cli, tool
Jtc
JSON processing utility
Stars: ✭ 425 (+3763.64%)
Mutual labels:  cli, tool
Legit
Git for Humans, Inspired by GitHub for Mac™.
Stars: ✭ 5,682 (+51554.55%)
Mutual labels:  cli, tool
Fd
A simple, fast and user-friendly alternative to 'find'
Stars: ✭ 19,851 (+180363.64%)
Mutual labels:  cli, tool
Pixterm
Draw images in your ANSI terminal with true color
Stars: ✭ 782 (+7009.09%)
Mutual labels:  cli, tool
Hover
Hover helps developers to release Flutter applications on desktop.
Stars: ✭ 698 (+6245.45%)
Mutual labels:  cli, tool
Phpinsights
🔰 Instant PHP quality checks from your console
Stars: ✭ 4,442 (+40281.82%)
Mutual labels:  cli, tool
Mprislyrics
Small command-line utility that displays lyrics in sync with the currently playing song in a MPRIS2 capable player.
Stars: ✭ 24 (+118.18%)
Mutual labels:  cli, tool
Release It
🚀 Automate versioning and package publishing
Stars: ✭ 4,773 (+43290.91%)
Mutual labels:  cli, tool
Npkill
List any node_modules directories in your system, as well as the space they take up. You can then select which ones you want to erase to free up space.
Stars: ✭ 5,325 (+48309.09%)
Mutual labels:  cli, tool
Jql
A JSON Query Language CLI tool
Stars: ✭ 368 (+3245.45%)
Mutual labels:  cli, tool
Diskus
A minimal, fast alternative to 'du -sh'
Stars: ✭ 674 (+6027.27%)
Mutual labels:  cli, tool
Frankenstein
Correct README Redirects
Stars: ✭ 305 (+2672.73%)
Mutual labels:  cli, tool
Pastel
A command-line tool to generate, analyze, convert and manipulate colors
Stars: ✭ 3,742 (+33918.18%)
Mutual labels:  cli, tool
Awesome bot
✅ Validate links in awesome projects
Stars: ✭ 697 (+6236.36%)
Mutual labels:  cli, tool
Git2json
Simple tool to get a JSON from your git log.
Stars: ✭ 18 (+63.64%)
Mutual labels:  cli, tool

DDE Command v1.6

Introduction

This is a command line (aka console) based tool for querying text data from DDE servers. It provides support for both the synchronous and asynchronous DDE transaction types: XTYP_REQUEST, XTYP_POKE, XTYP_EXECUTE and XTYP_ADVDATA. It also allows for querying running servers with the XTYP_WILDCONNECT transaction type.

This tool forms one part of my DDE toolkit, with the others being:-

DDE Query: My original GUI based DDE query tool. DDE COM Client: A scriptable COM component for accessing DDE servers.

Releases

Stable releases are formally packaged and made available from my Win32 tools page: http://www.chrisoldwood.com/win32.htm

The latest code is available from my GitHub repo: https://github.com/chrisoldwood/DDECmd

Documentation

There is an HTML based manual (DDECmd.html) which can be launched using the --manual switch.

Development

See DevNotes.txt.

Contact Details

Email: [email protected] Web: http://www.chrisoldwood.com

Chris Oldwood 13th January 2017

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].