Jump to content

Read all output line


Recommended Posts

Hello,

 

probably this is a stupid question.

 

I have a script filter that read a file e print every line on Alfred.

 

The simple problem is that is the string is too long it will be truncated.

 

Example:

 

The string "hello my name is Alex and I'm an university student in New York since 2008" 

 

became

 

"hello my name is Alex and ...in New York since 2008"

 

Is there a shortcut to read all the output?

 

 

Thanks

 

 

 

 

 

 

Link to comment

Great!  Simply adding 

 

wf.add_item(title, valid=True, icon=ICON, arg=title, largetext=title)

 

Dean, I'm using your library for Alfred with Python and it definitely solved all my problems.  I learnt Python thanks to you. I read your code, and try to understand what your're doing with the code. I created over 35 workflows specific for my purposes.

I have only to say : THANKS! Truly.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...