|
Cecil Westerhof <[hidden email]>: Feb 12 01:02PM +0100
I have the following command:
exec youtube-dl -f ${format} -o %(title)s-%(id)s.%(ext)s ${link}
I would like to have the from the youtube-dl command going to the
console. How could I do that?
...more
|
Gerald Lester <[hidden email]>: Feb 12 06:16AM -0600
On 02/12/2018 06:02 AM, Cecil Westerhof wrote:
> exec youtube-dl -f ${format} -o %(title)s-%(id)s.%(ext)s ${link}
> I would like to have the from the youtube-dl command going to the
...more
|
Rich <[hidden email]>: Feb 12 12:23PM
> exec youtube-dl -f ${format} -o %(title)s-%(id)s.%(ext)s ${link}
> I would like to have the from the youtube-dl command going to the
> console. How could I do that?
What OS?
...more
|
Cecil Westerhof <[hidden email]>: Feb 12 01:36PM +0100
> exec youtube-dl -f ${format} -o %(title)s-%(id)s.%(ext)s ${link}
> I would like to have the from the youtube-dl command going to the
> console. How could I do that?
I found a reasonable
...more
|
Cecil Westerhof <[hidden email]>: Feb 12 02:40PM +0100
> close ${fetch}
> Five lines instead of one and it displays all the download progress
> lines on a new line, but for the moment I can live with that.
Solved it for Linux:
...more
|
Cecil Westerhof <[hidden email]>: Feb 12 02:19PM +0100
>> I would like to have the from the youtube-dl command going to the
>> console. How could I do that?
> What OS?
In my case Linux, but I like to write code that is system independent.
...more
|
Ralf Fassel <[hidden email]>: Feb 12 03:22PM +0100
* Cecil Westerhof <[hidden email]>
| > I have the following command:
| > exec youtube-dl -f ${format} -o %(title)s-%(id)s.%(ext)s ${link}
| >
| > I would like to have the from the
...more
|
Rich <[hidden email]>: Feb 12 04:53PM
> Is there a tcl way to put the cursor back to the start of the line,
> so I can make it OS independent?
This depends upon the terminal under which it is running.
The closest you can get from
...more
|
Cecil Westerhof <[hidden email]>: Feb 12 11:26AM +0100
I am thinking about writing a GUI around some command-line commands.
Is there a way to put the output from a pipe command into a
scroll-able window?
--
Cecil Westerhof
Senior Software Engineer
...more
|
Arjen Markus <[hidden email]>: Feb 12 03:02AM -0800
On Monday, February 12, 2018 at 11:28:05 AM UTC+1, Cecil Westerhof wrote:
> Cecil Westerhof
> Senior Software Engineer
> LinkedIn: http://www.linkedin.com/in/cecilwesterhof
One way is shown in:
...more
|
Rich <[hidden email]>: Feb 12 11:35AM
> I am thinking about writing a GUI around some command-line commands.
> Is there a way to put the output from a pipe command into a
> scroll-able window?
Look into either the "fileevent" or
...more
|
Gerald Lester <[hidden email]>: Feb 12 06:14AM -0600
On 02/12/2018 04:26 AM, Cecil Westerhof wrote:
> I am thinking about writing a GUI around some command-line commands.
> Is there a way to put the output from a pipe command into a
...more
|
Cecil Westerhof <[hidden email]>: Feb 12 01:29PM +0100
>> LinkedIn: http://www.linkedin.com/in/cecilwesterhof
> One way is shown in: http://wiki.tcl.tk/3543.
> The secret is the [fileevent] command - this allows you to interact with an external
...more
|
Cecil Westerhof <[hidden email]>: Feb 12 02:14PM +0100
> - fileevent (or chan event)
> - maybe fconfigure
> - read (read not gets)
Why read not gets?
For getting the output from an exec displayed in the console (so no
...more
|
Rich <[hidden email]>: Feb 12 04:48PM
>> - maybe fconfigure
>> - read (read not gets)
> Why read not gets?
'gets' always reads a full line (including when running in non-blocking
event driven mode).
The choice depends
...more
|
jemptymethod <[hidden email]>: Feb 12 03:35AM -0800
On Sunday, February 11, 2018 at 7:15:50 AM UTC-6, jemptymethod wrote:
> > > Donal Fellows — Tcl user, Tcl maintainer, TIP editor.
> > Back up as of right now, thanks...George
...more
|
Uwe Klein <[hidden email]>: Feb 12 10:06AM +0100
Am 11.02.2018 um 19:15 schrieb Ali M:
> development methodology as have two teams, one team creating fogbugz,
> using a high level dsl, and another team creating the dsl and tools
> around it
...more
|
[hidden email]: Feb 11 09:02PM -0800
> if you are seeking women for sex? find here local girls online looking for near me men for sex, romance, flirt, dating, nsa relationship. choose here best dating profile for fuck tonight.
...more
|
Ashok <[hidden email]>: Feb 12 10:16AM +0530
On 2/11/2018 8:59 PM, Rich wrote:
> Well, yes, it is a bug, but it is a bug in winblows, not in Tcl.
Well, I wouldn't say that. Windows does allow you to specify whether an
open file should be
...more
|
Paul Obermeier <[hidden email]>: Feb 11 09:46PM +0100
You have to explicitly tell Twapi, it is a string:
$cells Item [expr 1] [expr 1] [twapi::tclcast string "123356670668"]
Don't know, if that's already available in 4.1.27. Otherwise use the
...more
|
Nikh <[hidden email]>: Feb 11 02:56PM -0800
On Sunday, February 11, 2018 at 3:46:50 PM UTC-5, Paul Obermeier wrote:
> low-level details: http://www.posoft.de/html/extCawt.html
> Best regards,
> Paul
twapi::tclcast did not work.
...more
|
Paul Obermeier <[hidden email]>: Feb 12 12:13AM +0100
Sorry, should be "twapi::tclcast bstr".
It's available only in twapi 4.2.X.
You should update to 4.2.X, because Ashok (developer of twapi) made lots
of fixes and enhancements regarding the COM
...more
|
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to [hidden email].
|
|