topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 25, 2024, 7:03 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Lintalist [ switch to compact view ]

Pages: prev1 2 [3] 4 5next
51
There are quite a few free ones, a nice overview video here https://www.youtube..../watch?v=YiesMpzFYf8 with pros/cons (DaVinci Resolve, HitFilm, Avid Media Composer First, Lightworks, Kdenlive, OpenShot and Shotcut - all free, non-watermarked - windows/mac/linux)

52
Does the Window Spy see that as a separate control? If so perhaps simply disable the mouse buttons when your mouse if over the control?
See https://autohotkey.c...ocs/commands/_If.htm for the Examples. If Lbutton/Rbutton are disabled you can't move the bars :-)


54
Clipboard Help+Spell / Re: autocopy function?
« on: November 02, 2018, 02:16 PM »
Just fyi and if you happen to be an AutoHotkey user (a scripting language for Windows) - there are various scripts that do that - here are some examples (incl. link to an older script) https://autohotkey.c....php?f=5&t=53867 - (as it happens a Lintalist user asked about this hence I recalled this). Using #IfWinActive and a Group you can make work in specific programs only.

55
General Software Discussion / Re: Rename Open File in Windows
« on: October 31, 2018, 01:20 PM »
Just fyi TC's Quick View can be opened in a separate Lister* window, which updates contents when going to other file. And the plugin that will show the PDF uses SumatraPDF which you can simply update by copied SumatraPDF.exe to the lister plugin folder (so you don't  have to rely on the plugin developer to keep "PDF viewing" op to date.

* Lister is name of the file viewer component of TC which is also used in regular Quick View panel.

56
General Software Discussion / Re: Rename Open File in Windows
« on: October 29, 2018, 02:43 PM »
My alternative: I use Total Commander - a shareware dual pane file manager - but there are freeware version clones (double commander, multi commander and many more) - These type of filemanagers have a "quick view" option (example https://www.ghisler....reenshots/en/02.html ) that will show the PDF (in this case) in the opposite panel - in the active panel you can now easily rename the PDF (other files) based on what you see - depending on the PDF you could even select text from the "viewing panel" and use that to rename your file.

Now you will often need to do something extra to get PDF viewing to work by installing a plugin (very easy to do) but there are many viewers for many different filetypes. (Quick)  Viewing won't lock the files and you can easily rename them.

57
Aren't you actually looking for multiple desktops? (where you can then used DesktopOK etc)

If you're using Windows 10 it should be built in - how to here https://www.howtogee...ktops-in-windows-10/

For other Windows you could try:

https://www.dexpot.de/index.php?lang=en
https://virtuawin.sourceforge.io/
and no doubt others.

( If you are into AutoHotkey there are various scripts for managing/creating multiple virtual desktops as well )

59
Yes, the command window can be special depending on the Windows version you are using.

Note that it actually sends shift+insert to paste as that (should) be defined in AltPaste.ini - see https://github.com/l...ter/docs/AltPaste.md for more information - that should work in Windows 10 by default.

If you use Windows 10 you can also enable ^v paste in the command prompt - see https://www.howtogee...dows-command-prompt/ on how to do that. If you do change that you can edit AltPaste.ini and remove [cmd.exe]

If you use any other windows version you should (could):
- open altpaste.ini in say notepad (or other text editor)
- look at the [cmd.exe] section and there you should see "Paste=+{Ins}" - replace "+{Ins}" with "!{space}ep" (sans quotes)
- save the ini file and restart lintalist
(I'll add this to the AltPaste.md documentation)

It should now use the alt-space-edit-paste shortcut to paste text, that may not always be the most reliable method but it should work.

If you have any new line chars in your snippet it will "send enter" to "execute" that snippet which you may not want, so either remove all new lines from your snippet OR use linefeed.ini to add

[cmd.exe]
char=32
this will replace new lines with a space - see http://lintalist.git...nfiguration-Linefeed

I hope that explains it and is useful.

60
No problem, most new options and fixes are based on user feedback so suggestions and reports are always welcome :-)

61
v1.9.7 - https://github.com/l...t/lintalist/releases


62
You can automate it if you wish and/or need to using PhantomJS - a headless browser (its portable, just unpack it) - example code
http://phantomjs.org/screen-capture.html
(note you can adjust the view port so you could grab a page at various resolutions e.g. mobile vs desktop)

63
N.A.N.Y. 2009 / Re: NANY 2009 Release: File Replicator
« on: July 01, 2018, 05:39 AM »
For those searching this program: The filereplicator website seems to have gone offline (July 2018) - I could find a download link for the installer on a third party website.

You can download the installer here - http://api.256file.c...replicator_setup.exe (at your own risk of course)
filereplicator_setup.exe (1 / 67)
SHA-256   2550725dca42347dcfea50692ca8cbd5b6780bd2f461f8e3757cbf300c261c7c
File name   filereplicator_setup.exe
File size   859.89 KB
Source https://www.virustot...300c261c7c/detection
After UniExtract-ing the installer, there are three files in {app}:
  • FileReplicator.exe (see virustotal below)
  • FR_readme.txt
  • File Replicator Manual.chm
which would make it portable.
FileReplicator.exe (0 / 57)
SHA-256   cc3f1ceb7107fc597eccdd33067b8707311138257a723639801b334d94d9b1d1
File name   FileReplicator.exe
File size   219.42 KB
Last analysis   2017-02-07 10:11:41 UTC
Source https://www.virustot...4d94d9b1d1/detection


64
General Software Discussion / Re: Wanted: Simple EML viewer
« on: June 20, 2018, 03:25 PM »
If you use Total Commander (a shareware dual pane file manager) you can use a plugin http://totalcmd.net/...lugring/wlx_msg.html
The plugin may also work with Double Commander (a freeware dual pane file manager very similar to TC)

Advantage of using TC/DC is that you can install a variety of plugins to view a lot of different files quickly without the need to open another program. Here is a screenshot of quick view (showing an image but could be PDF, EML, Word, Excel etc) https://www.ghisler....reenshots/en/02.html

65
Pretty sure its spam (same user name post on other fora with similar content)

66
try

counter:=SubStr("000" 123 + A_Index, -3)


67
Phew, glad to hear it worked ;D

68
sourcefiles:="Full-path of source.txt" is not correct, but it doesn't matter. I updated the code above once more.

You can now try and "see" what the script "sees" remove the ; before one or both of the MsgBox lines so you can "check" if the source.txt  is read correct and if the source/targetfiles are correct. If you have many files pressing the MsgBox each time is tedious so try with a source.txt file with only a few files in it or cancel the script (scripts tray icon, right click, exit)

Finger Crossed 3 :-)

69
I'd deleted the source:= line I see, added it in the script above, the source.txt should like you have posted it as above e.g. just filenames, no paths.

Fingers crossed 2 :-)

70
This should do it
Code: Autohotkey [Select]
  1. source:="G:\User\xxxx\Family\Scans\Final_Sorting\xyz\"
  2. target:="G:\User\xxxx\Family\Scans\Final_Sorting\"
A_ScriptDir is also a path, so the way you had it it would be C:\temp\G:\User\ or something like that (where c:\temp\ was the script folder). Tabs/space have no influence in the scripts. (unless something goes wrong when copying the code from the forum but I doubt it). BUT...

You can do it differently, in your filemanager sort them the way you want, I trust your filemanager has a way to copy the list of (selected) files to a file or clipboard (TC has, so Dopus must have it too). Save it to a file, say "source.txt"
Code: Autohotkey [Select]
  1. sourcefiles:="" ; don't edit this, you can omit this or leave it empty.
  2.  
  3. ; source.txt is a list of files saved in the order you want them to be processed, sorted in your filemanager
  4. ; replace "source.txt" below with "full path to source.txt" sans quotes
  5. FileRead, sourcefiles, source.txt
  6.  
  7. source:="G:\User\xxxx\Family\Scans\Final_Sorting\xyz\"
  8. target:="G:\User\xxxx\Family\Scans\Final_Sorting\"
  9.  
  10. sourcefiles:=trim(sourcefiles,"`n")
  11.  
  12. ; remove ; before msgbox below to confirm it has the proper filenames
  13. ; MsgBox % sourcefiles
  14.  
  15. Loop, parse, sourcefiles, `n, `r
  16.         {
  17.          If RegExMatch(A_LoopField,"i)a|b\.jpg") ; if we have a|b.jpg skip it
  18.                 continue
  19.          SplitPath, A_LoopField, OutFileName, , , OutNameNoExt
  20.          counter:=SubStr("000" A_Index, -3)
  21.          ; remove ; before msgbox below to "see" what it tries to find
  22.          ; MsgBox SourceFile: %source%%OutFileName%`nTargetFile: %target%%counter%.jpg
  23.          FileCopy, %source%%OutFileName%, %target%%counter%.jpg
  24.          IfExist, %source%%OutNameNoExt%a.jpg
  25.                 FileCopy, %source%%OutNameNoExt%a.jpg, %target%%counter%a.jpg
  26.          IfExist, %source%%OutNameNoExt%b.jpg
  27.                 FileCopy, %source%%OutNameNoExt%b.jpg, %target%%counter%b.jpg
  28.         }

Fingers crossed :-)

Edit: Source.txt must be in the same folder as the script, if it is not adjust it to full path:

FileRead, sourcefiles, G:\User\xxxx\Family\Scans\Final_Sorting\xyz\source.txt


Edit2: source.txt is just a list of filenames, no path, added source:="" line back in the script

71
You can try this AHK script, a quick test shows it here. It will skip files if you only have a/b.

...
0824.jpg ; 0001
0825a.jpg ; will be skipped
0825b.jpg ; will be skipped
0826.jpg ; 0002
...

First it looks for files without a or b.jpg, then copy the files and while it does that tries to see if there are any matching a/b files and if so copy again using the same number.

I'm not a fan of renaming files in script so I've setup a source/target here and it copies so you can check manually before deciding if you want to delete the source files.

Code: Autohotkey [Select]
  1. sourcefiles:=""
  2. source:=A_ScriptDir "\source\"
  3. target:=A_ScriptDir "\target\"
  4.  
  5. Loop, %source%*.jpg
  6.         {
  7.          If !RegExMatch(A_LoopFileName,"i)a|b\.jpg") ; we don't to know *a.jpg and *b.jpg files now
  8.                 sourcefiles .= A_LoopFileName "`n"
  9.         }
  10.  
  11. Sort, sourcefiles, D`n ;
  12.  
  13. sourcefiles:=trim(sourcefiles,"`n")
  14.  
  15. ; MsgBox % sourcefiles
  16.  
  17. Loop, parse, sourcefiles, `n, `r
  18.         {
  19.          SplitPath, A_LoopField, OutFileName, , , OutNameNoExt
  20.          counter:=SubStr("000" A_Index, -3)
  21.          FileCopy, %source%%OutFileName%, %target%%counter%.jpg
  22.          IfExist, %source%%OutNameNoExt%a.jpg
  23.                 FileCopy, %source%%OutNameNoExt%a.jpg, %target%%counter%a.jpg
  24.          IfExist, %source%%OutNameNoExt%b.jpg
  25.                 FileCopy, %source%%OutNameNoExt%b.jpg, %target%%counter%b.jpg
  26.          MsgBox %source%%OutNameNoExt%.jpg     
  27.         }

72
v1.9.4 functions, AHK variables, editor w. syntax highlighting
https://github.com/l...t/lintalist/releases

  • New: Functions in Snippets are now also allowed: [[function()]] - both AHK built-in as user defined - #86 https://github.com/l.../lintalist/issues/86
  • New: support a subset of AutoHotkey built-in variables (A_MyDocuments etc)
  • New: Additional safety check when processing snippet by "removing" faulty plugins  plus a simple error check when saving snippets.
  • New: Editor now has (optional) Syntax highlighting (plugins, html, scripts) by using the RichCode class by @G33kDude - #88 https://github.com/l.../lintalist/issues/88 (when using RichCode you can toggle word wrapping in the edit controls by pressing ctrl+w)
  • Fix: Editor - "Edit in Editor" routine improved, notepad.exe may not show ".txt" in Window title,   and actually delete "__tmplintalistedit.txt" file in tmp folder (didn't do so correctly)
  • Change: User plugins (and now functions) can be added to MyPlugins/MyFunctions so future  updates of Lintalist won't overwrite plugins/functions added by users each time. See NOTE below.
  • Fix: Closing Input and Choice plugins via close button (x) in Gui now properly cancels snippet
  • New: added icons to Tray menu and some Search menu entries.

NOTE

User plugins/functions must now be included in plugins\MyPlugins.ahk and plugins\MyFunctions.ahk and no longer in `plugins\plugins.ahk`. Future updated will not overwrite these two files. More information and samples in https://raw.githubus...ins/readme-howto.txt

73
General Software Discussion / Re: Looking for an image viewer that...
« on: December 13, 2017, 11:04 AM »
I'd recommend Imagine - http://www.nyam.pe.kr/dev/imagine/ - portable and you can set up shortcuts to your liking, works great as plugin for Lister (total commander built-in viewer) as well - but it a standalone program (so TC is not required). My 2cts.

74
General Software Discussion / Re: CLCL
« on: December 05, 2017, 02:34 PM »
Assuming you mean this clipboard program https://www.donation...?topic=2866.msg19360 you can just copy the files in the CLCL folder, you don't need to install it as such. The important files are the INI and history.dat file(s). So copy your current CLCL folder and just copy it to a new machine or location - its a portable application as described here https://www.portable...com/index.php?id=469

75
Lintalist v1.9.3 - https://github.com/l.../releases/tag/v1.9.3

  • Improved: TriggerKeys now accept more keys such as ½ or + (+ character, not shift) for example
  • Improved: Now there is also a 32x32 size icon button bar accommodating high(er) DPI settings (see BigIcons in settings)
  • New: added TryClipboard() to see if clipboard is inaccessible, if so "catch" error and do nothing
  • New: Make it possible to include contents of Snippet (part 1 and 2) in script code incl. caret position per snippet (see "Script" in Documentation)
  • Change: Similar to modal windows for Local variable etc, Snippet editor now modal  - see also v1.8
  • Fix: Adding support for UTF-8 characters in Local variabe & Counter Editors ht @exetico
  • Fix: ReadIni() now writes in UTF-16 to store settings correctly
  • Fix: Closing using X in title bar didn't store Window position for users with Center=2 and now save it to settings.ini as well
  • Fix: Closing and Starting Lintalist in Narrow view mode no longer causes error in GUI with empty 'barx' variable

Pages: prev1 2 [3] 4 5next